diff options
Diffstat (limited to 'cpp/src/IceSSL/SslException.cpp')
-rw-r--r-- | cpp/src/IceSSL/SslException.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/SslException.cpp b/cpp/src/IceSSL/SslException.cpp index 8854245e090..1fcdc1ef841 100644 --- a/cpp/src/IceSSL/SslException.cpp +++ b/cpp/src/IceSSL/SslException.cpp @@ -8,7 +8,7 @@ // // ********************************************************************** -#include <Ice/RuntimeException.h> +#include <Ice/LocalException.h> #include <IceSSL/Exception.h> using namespace std; |