summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r--cpp/src/Ice/Instance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h
index 841c3dc98ea..d604d2845ab 100644
--- a/cpp/src/Ice/Instance.h
+++ b/cpp/src/Ice/Instance.h
@@ -11,6 +11,7 @@
#ifndef ICE_INSTANCE_H
#define ICE_INSTANCE_H
+#include <IceUtil/Shared.h>
#include <Ice/InstanceF.h>
#include <Ice/CommunicatorF.h>
#include <Ice/PropertiesF.h>
@@ -22,7 +23,6 @@
#include <Ice/ValueFactoryManagerF.h>
#include <Ice/ObjectAdapterFactoryF.h>
#include <Ice/PicklerF.h>
-#include <Ice/Shared.h>
namespace Ice
{
@@ -34,7 +34,7 @@ class CommunicatorI;
namespace IceInternal
{
-class Instance : public ::Ice::Shared, public JTCMutex
+class Instance : public ::IceUtil::Shared, public JTCMutex
{
public: