summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/EndpointInfo.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-07-27 21:54:44 +0200
committerJose <jose@zeroc.com>2015-07-27 21:54:44 +0200
commit09f95c59af730209b575be0faeb8d9394c49242b (patch)
treebdb6214706de71d6f5fc6c1ffb2e382e45d94cac /python/modules/IcePy/EndpointInfo.cpp
parentICE-6302 Fixed SessionHelper to terminate connection attempt when destroy is ... (diff)
downloadice-09f95c59af730209b575be0faeb8d9394c49242b.tar.bz2
ice-09f95c59af730209b575be0faeb8d9394c49242b.tar.xz
ice-09f95c59af730209b575be0faeb8d9394c49242b.zip
Fix ICE-6682 - Windows Python build broken
Diffstat (limited to 'python/modules/IcePy/EndpointInfo.cpp')
-rw-r--r--python/modules/IcePy/EndpointInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/EndpointInfo.cpp b/python/modules/IcePy/EndpointInfo.cpp
index 9df2eaae114..50065c75c13 100644
--- a/python/modules/IcePy/EndpointInfo.cpp
+++ b/python/modules/IcePy/EndpointInfo.cpp
@@ -12,7 +12,7 @@
#endif
#include <EndpointInfo.h>
#include <Util.h>
-#include <IceSSL/EndpointInfo.h>
+#include <IceSSL/IceSSL.h>
using namespace std;
using namespace IcePy;