diff options
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.h')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h index 32f0c0c9fb3..8282bb3aacc 100644 --- a/cpp/src/Ice/CommunicatorI.h +++ b/cpp/src/Ice/CommunicatorI.h @@ -11,9 +11,9 @@ #ifndef ICE_COMMUNICATOR_I_H #define ICE_COMMUNICATOR_I_H +#include <IceUtil/Shared.h> #include <Ice/InstanceF.h> #include <Ice/Communicator.h> -#include <Ice/Shared.h> namespace Ice { |