diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Ice/SslSystemOpenSSL.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/SslSystemOpenSSL.cpp b/cpp/src/Ice/SslSystemOpenSSL.cpp index 8e0be42b74d..1c6b957d517 100644 --- a/cpp/src/Ice/SslSystemOpenSSL.cpp +++ b/cpp/src/Ice/SslSystemOpenSSL.cpp @@ -12,9 +12,10 @@ #endif // -// This needs to be first since the openssl headers redefine _WIN32_WINNT. +// This needs to be first since <openssl/e_os.h> #include <windows.h> +// without our configuration settings. // -#include <IceUtil/Mutex.h> +#include <IceUtil/Config.h> #include <sstream> #include <IceUtil/Mutex.h> |