summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/Util.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2010-05-18 14:29:03 -0230
committerDwayne Boone <dwayne@zeroc.com>2010-05-18 14:29:03 -0230
commit28b3bbf69c5c974e13ccaea41736524490d6a0bd (patch)
treeda2d05f8ac69b56f8bc43a85d8a553b7f969577b /cpp/src/IceSSL/Util.cpp
parentChanged jgoodies versions (diff)
downloadice-28b3bbf69c5c974e13ccaea41736524490d6a0bd.tar.bz2
ice-28b3bbf69c5c974e13ccaea41736524490d6a0bd.tar.xz
ice-28b3bbf69c5c974e13ccaea41736524490d6a0bd.zip
Another fix for IceSSL to work with VC6 as well as VC10
Diffstat (limited to 'cpp/src/IceSSL/Util.cpp')
-rw-r--r--cpp/src/IceSSL/Util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/Util.cpp b/cpp/src/IceSSL/Util.cpp
index 053b323e8ed..851c20e825f 100644
--- a/cpp/src/IceSSL/Util.cpp
+++ b/cpp/src/IceSSL/Util.cpp
@@ -7,6 +7,7 @@
//
// **********************************************************************
+#include <IceUtil/Config.h>
#ifdef _WIN32
# include <winsock2.h>
#endif