diff options
Diffstat (limited to 'cppe/src/TcpTransport/TcpEndpoint.cpp')
-rw-r--r-- | cppe/src/TcpTransport/TcpEndpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/TcpTransport/TcpEndpoint.cpp b/cppe/src/TcpTransport/TcpEndpoint.cpp index b8c912c5da8..e1b5c30e564 100644 --- a/cppe/src/TcpTransport/TcpEndpoint.cpp +++ b/cppe/src/TcpTransport/TcpEndpoint.cpp @@ -12,7 +12,7 @@ #include <IceE/Connector.h> #include <IceE/Transceiver.h> #include <IceE/BasicStream.h> -#include <IceE/LocalException.h> +#include <IceE/LocalExceptions.h> #include <IceE/Instance.h> #include <IceE/DefaultsAndOverrides.h> #include <IceE/SafeStdio.h> |