diff options
Diffstat (limited to 'cppe/src/IceE/Proxy.cpp')
-rw-r--r-- | cppe/src/IceE/Proxy.cpp | 3 |
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; |