diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-07-05 13:32:31 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-07-05 13:32:31 +0000 |
commit | df19c1c94b5927b5388c1d6c839b09e347dbfbc1 (patch) | |
tree | 9f4e27398c9ed24cf6d081d3375ff250725b20e5 /cppe/src/IceE/Connection.cpp | |
parent | REadded operations (diff) | |
download | ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.tar.bz2 ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.tar.xz ice-df19c1c94b5927b5388c1d6c839b09e347dbfbc1.zip |
DLL version compiles again.
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-x | cppe/src/IceE/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp index 8984e15da04..efe2ad53378 100755 --- a/cppe/src/IceE/Connection.cpp +++ b/cppe/src/IceE/Connection.cpp @@ -16,13 +16,13 @@ #include <IceE/Transceiver.h> #include <IceE/Endpoint.h> #include <IceE/Outgoing.h> -#include <IceE/Incoming.h> #include <IceE/LocalException.h> #include <IceE/Protocol.h> #include <IceE/ReferenceFactory.h> // For createProxy(). #include <IceE/ProxyFactory.h> // For createProxy(). #ifndef ICEE_PURE_CLIENT # include <IceE/ObjectAdapter.h> +# include <IceE/Incoming.h> #endif using namespace std; |