diff options
Diffstat (limited to 'cpp/src/Ice/Endpoint.cpp')
-rw-r--r-- | cpp/src/Ice/Endpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Endpoint.cpp b/cpp/src/Ice/Endpoint.cpp index 230c8b52f05..313343280bf 100644 --- a/cpp/src/Ice/Endpoint.cpp +++ b/cpp/src/Ice/Endpoint.cpp @@ -18,7 +18,7 @@ #include <Ice/SslTransceiver.h> #include <Ice/UdpTransceiver.h> #include <Ice/BasicStream.h> -#include <Ice/Exception.h> +#include <Ice/LocalException.h> #include <Ice/Instance.h> using namespace std; |