summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Proxy.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-04-19 16:21:59 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-04-19 16:21:59 +0000
commit770381e8f14f0dd8e5c8ed8f822b980cd70eb28f (patch)
treec342a6346f6b59e8f1312840ca142357886468d9 /cppe/src/IceE/Proxy.cpp
parentremoving client/server properties for IceSSL (diff)
downloadice-770381e8f14f0dd8e5c8ed8f822b980cd70eb28f.tar.bz2
ice-770381e8f14f0dd8e5c8ed8f822b980cd70eb28f.tar.xz
ice-770381e8f14f0dd8e5c8ed8f822b980cd70eb28f.zip
Added support for GCC 4.1
Diffstat (limited to 'cppe/src/IceE/Proxy.cpp')
-rw-r--r--cppe/src/IceE/Proxy.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppe/src/IceE/Proxy.cpp b/cppe/src/IceE/Proxy.cpp
index 05de7bbd16b..2fde76204d3 100644
--- a/cppe/src/IceE/Proxy.cpp
+++ b/cppe/src/IceE/Proxy.cpp
@@ -7,6 +7,7 @@
//
// **********************************************************************
+#include <IceE/Communicator.h>
#include <IceE/Proxy.h>
#include <IceE/ProxyFactory.h>
#include <IceE/Outgoing.h>
@@ -17,9 +18,11 @@
#include <IceE/LocalException.h>
#ifdef ICEE_HAS_ROUTER
# include <IceE/RouterInfo.h>
+# include <IceE/Router.h>
#endif
#ifdef ICEE_HAS_LOCATOR
# include <IceE/LocatorInfo.h>
+# include <IceE/Locator.h>
#endif
using namespace std;