diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-08 21:24:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-08 21:24:27 +0000 |
commit | 97263f4104865fb83866147053f5433c0860a1c8 (patch) | |
tree | 32f947b66f501d0e0532895e537aeef731723b04 /cpp/src/Ice/ObjectAdapterI.h | |
parent | fixes for windows (diff) | |
download | ice-97263f4104865fb83866147053f5433c0860a1c8.tar.bz2 ice-97263f4104865fb83866147053f5433c0860a1c8.tar.xz ice-97263f4104865fb83866147053f5433c0860a1c8.zip |
more fixes
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterI.h')
-rw-r--r-- | cpp/src/Ice/ObjectAdapterI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ObjectAdapterI.h b/cpp/src/Ice/ObjectAdapterI.h index 247d6c0d67d..af0a8733e6a 100644 --- a/cpp/src/Ice/ObjectAdapterI.h +++ b/cpp/src/Ice/ObjectAdapterI.h @@ -11,6 +11,7 @@ #ifndef ICE_OBJECT_ADAPTER_I_H #define ICE_OBJECT_ADAPTER_I_H +#include <IceUtil/Shared.h> #include <Ice/ObjectAdapter.h> #include <Ice/InstanceF.h> #include <Ice/ObjectAdapterFactoryF.h> @@ -19,7 +20,6 @@ #include <Ice/ProxyF.h> #include <Ice/ObjectF.h> #include <Ice/LocalException.h> -#include <Ice/Shared.h> #include <map> namespace Ice |