diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-09-07 12:18:34 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-09-07 12:18:34 +0000 |
commit | fe0d272f27019f943a4cee6a331dc6ca5474cc1e (patch) | |
tree | 0af8b7139eea2353e4465d3961249b0c39d5f149 /cpp/src | |
parent | Added Make.rules.mak (diff) | |
download | ice-fe0d272f27019f943a4cee6a331dc6ca5474cc1e.tar.bz2 ice-fe0d272f27019f943a4cee6a331dc6ca5474cc1e.tar.xz ice-fe0d272f27019f943a4cee6a331dc6ca5474cc1e.zip |
Fixed BCC compile errors
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/IceGridNode.cpp | 1 | ||||
-rw-r--r-- | cpp/src/IceGrid/IceGridRegistry.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/IceGridNode.cpp b/cpp/src/IceGrid/IceGridNode.cpp index 0299c266ea0..26ddd08aaec 100644 --- a/cpp/src/IceGrid/IceGridNode.cpp +++ b/cpp/src/IceGrid/IceGridNode.cpp @@ -24,6 +24,7 @@ # include <IceGrid/AdminSessionI.h> # include <IceGrid/ReapThread.h> # include <IceGrid/Database.h> +# include <IceGrid/WellKnownObjectsManager.h> #endif #include <IceGrid/DescriptorParser.h> #include <IcePatch2/Util.h> diff --git a/cpp/src/IceGrid/IceGridRegistry.cpp b/cpp/src/IceGrid/IceGridRegistry.cpp index b83cc370d10..03b8a12e83c 100644 --- a/cpp/src/IceGrid/IceGridRegistry.cpp +++ b/cpp/src/IceGrid/IceGridRegistry.cpp @@ -17,6 +17,7 @@ # include <IceGrid/WaitQueue.h> # include <IceGrid/ReapThread.h> # include <IceGrid/Database.h> +# include <IceGrid/WellKnownObjectsManager.h> #endif using namespace std; |