diff options
Diffstat (limited to 'cpp/src/Ice/SslTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/SslTransceiver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslTransceiver.cpp b/cpp/src/Ice/SslTransceiver.cpp index 9783ef0745b..e19dd35b002 100644 --- a/cpp/src/Ice/SslTransceiver.cpp +++ b/cpp/src/Ice/SslTransceiver.cpp @@ -14,7 +14,7 @@ #include <Ice/Logger.h> #include <Ice/Buffer.h> #include <Ice/Network.h> -#include <Ice/LocalException.h> +#include <Ice/Exception.h> using namespace std; using namespace Ice; |