diff options
Diffstat (limited to 'cpp/include/Ice/Object.h')
-rw-r--r-- | cpp/include/Ice/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Object.h b/cpp/include/Ice/Object.h index 9b3f3c626e0..4377a1499ca 100644 --- a/cpp/include/Ice/Object.h +++ b/cpp/include/Ice/Object.h @@ -11,9 +11,9 @@ #ifndef ICE_OBJECT_H #define ICE_OBJECT_H +#include <IceUtil/Shared.h> #include <Ice/ObjectF.h> #include <Ice/Proxy.h> -#include <Ice/Shared.h> namespace IceInternal { |