diff options
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index 891a090d927..f62aa6f4ec4 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -20,7 +20,7 @@ #include <Ice/LoggerUtil.h> #include <Ice/Exception.h>
#include <Ice/SslExtensionInternal.h>
-#include <Ice/SslSystemInternal.h> +#include <Ice/SystemInternal.h> using namespace std; using namespace Ice; |