diff options
author | Joe George <joe@zeroc.com> | 2021-02-02 11:31:50 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-02 11:31:50 -0500 |
commit | 8c8d242f6c31a2bcec1eddb2f39c2ca411079d9c (patch) | |
tree | 81865e431a54de6fc9807a7a6f74197e26b29bdc /cpp/src/IceGrid/Database.cpp | |
parent | Update Glacier2 tests to use C++11 mapping (diff) | |
download | ice-8c8d242f6c31a2bcec1eddb2f39c2ca411079d9c.tar.bz2 ice-8c8d242f6c31a2bcec1eddb2f39c2ca411079d9c.tar.xz ice-8c8d242f6c31a2bcec1eddb2f39c2ca411079d9c.zip |
IceGrid and IceStorm fixes
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r-- | cpp/src/IceGrid/Database.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp index 697e7fd8e70..cb16587a04b 100644 --- a/cpp/src/IceGrid/Database.cpp +++ b/cpp/src/IceGrid/Database.cpp @@ -4,6 +4,7 @@ #include <IceUtil/StringUtil.h> #include <IceUtil/Random.h> +#include <IceUtil/Functional.h> #include <Ice/LoggerUtil.h> #include <Ice/Communicator.h> #include <Ice/ObjectAdapter.h> |