diff options
author | Jose <jose@zeroc.com> | 2015-07-27 21:54:44 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2015-07-27 21:54:44 +0200 |
commit | 09f95c59af730209b575be0faeb8d9394c49242b (patch) | |
tree | bdb6214706de71d6f5fc6c1ffb2e382e45d94cac /python/modules/IcePy/EndpointInfo.cpp | |
parent | ICE-6302 Fixed SessionHelper to terminate connection attempt when destroy is ... (diff) | |
download | ice-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.cpp | 2 |
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; |