summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index cee7779c223..01365b4c9ff 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -11,10 +11,10 @@
#ifndef ICE_THREAD_POOL_H
#define ICE_THREAD_POOL_H
+#include <IceUtil/Shared.h>
#include <Ice/ThreadPoolF.h>
#include <Ice/InstanceF.h>
#include <Ice/EventHandlerF.h>
-#include <Ice/Shared.h>
#include <map>
namespace IceInternal
@@ -22,7 +22,7 @@ namespace IceInternal
class Stream;
-class ThreadPool : public ::Ice::Shared, public JTCMonitorT<JTCMutex>
+class ThreadPool : public ::IceUtil::Shared, public JTCMonitorT<JTCMutex>
{
public: