summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslConnectionOpenSSLServer.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-03-14 19:43:45 +0000
committerAnthony Neal <aneal@zeroc.com>2002-03-14 19:43:45 +0000
commit48845ee139b9ecc40e352fa51e216e195e1956ba (patch)
tree1d07912867b27de514b57b957c10bd4198419aa5 /cpp/src/Ice/SslConnectionOpenSSLServer.cpp
parentAdded shutdownOnInterrupt/ignoreInterrupt/defaultInterrupt to (diff)
downloadice-48845ee139b9ecc40e352fa51e216e195e1956ba.tar.bz2
ice-48845ee139b9ecc40e352fa51e216e195e1956ba.tar.xz
ice-48845ee139b9ecc40e352fa51e216e195e1956ba.zip
Cleanup, and project modifications (forgot the Release build config).
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSLServer.cpp')
-rw-r--r--cpp/src/Ice/SslConnectionOpenSSLServer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSLServer.cpp b/cpp/src/Ice/SslConnectionOpenSSLServer.cpp
index 07f16c809a1..1dcea25d049 100644
--- a/cpp/src/Ice/SslConnectionOpenSSLServer.cpp
+++ b/cpp/src/Ice/SslConnectionOpenSSLServer.cpp
@@ -9,7 +9,8 @@
// **********************************************************************
#include <string>
-#include <sstream>
+#include <sstream>
+#include <Ice/SslOpenSSLUtils.h>
#include <Ice/Network.h>
#include <Ice/OpenSSL.h>
#include <Ice/SecurityException.h>