summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/LocalObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/LocalObject.h')
-rw-r--r--cpp/include/Ice/LocalObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/LocalObject.h b/cpp/include/Ice/LocalObject.h
index b7d1779a2c0..81b0c73ca1b 100644
--- a/cpp/include/Ice/LocalObject.h
+++ b/cpp/include/Ice/LocalObject.h
@@ -11,9 +11,9 @@
#ifndef ICE_LOCAL_OBJECT_H
#define ICE_LOCAL_OBJECT_H
+#include <IceUtil/Shared.h>
#include <Ice/LocalObjectF.h>
#include <Ice/ProxyF.h> // TODO...
-#include <Ice/Shared.h>
namespace IceInternal
{
@@ -41,7 +41,7 @@ protected:
LocalObjectPtr _ptr;
};
-class ICE_API LocalObject : public ::Ice::Shared
+class ICE_API LocalObject : public ::IceUtil::Shared
{
public: