diff options
Diffstat (limited to 'cppe/src/TcpTransport/EndpointFactory.cpp')
-rw-r--r-- | cppe/src/TcpTransport/EndpointFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/TcpTransport/EndpointFactory.cpp b/cppe/src/TcpTransport/EndpointFactory.cpp index 050940660ff..9ea7f130a35 100644 --- a/cppe/src/TcpTransport/EndpointFactory.cpp +++ b/cppe/src/TcpTransport/EndpointFactory.cpp @@ -9,7 +9,7 @@ #include <IceE/EndpointFactory.h> #include <IceE/UnknownEndpoint.h> -#include <IceE/LocalException.h> +#include <IceE/LocalExceptions.h> #include <IceE/BasicStream.h> #include <TcpTransport/TcpEndpoint.h> |