diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-19 16:21:59 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-19 16:21:59 +0000 |
commit | 770381e8f14f0dd8e5c8ed8f822b980cd70eb28f (patch) | |
tree | c342a6346f6b59e8f1312840ca142357886468d9 /cppe/src/IceE/ReferenceFactory.cpp | |
parent | removing client/server properties for IceSSL (diff) | |
download | ice-770381e8f14f0dd8e5c8ed8f822b980cd70eb28f.tar.bz2 ice-770381e8f14f0dd8e5c8ed8f822b980cd70eb28f.tar.xz ice-770381e8f14f0dd8e5c8ed8f822b980cd70eb28f.zip |
Added support for GCC 4.1
Diffstat (limited to 'cppe/src/IceE/ReferenceFactory.cpp')
-rw-r--r-- | cppe/src/IceE/ReferenceFactory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.cpp b/cppe/src/IceE/ReferenceFactory.cpp index c5a319d0f71..38188992608 100644 --- a/cppe/src/IceE/ReferenceFactory.cpp +++ b/cppe/src/IceE/ReferenceFactory.cpp @@ -15,9 +15,11 @@ #include <IceE/EndpointFactory.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 #include <IceE/BasicStream.h> #include <IceE/StringUtil.h> |