diff options
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 30e93847900..0ae84c7ccbf 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -26,7 +26,7 @@ #include <Ice/BasicStream.h> #include <Ice/Exception.h> #include <Ice/Functional.h> -#include <Ice/SecurityException.h> // TODO: bandaid, see below. +#include <Ice/SslException.h> // TODO: bandaid, see below. using namespace std; using namespace Ice; |