diff options
Diffstat (limited to 'cppe/src/TcpTransport/Transceiver.cpp')
-rw-r--r-- | cppe/src/TcpTransport/Transceiver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/TcpTransport/Transceiver.cpp b/cppe/src/TcpTransport/Transceiver.cpp index 8e0325f1802..95a82fa4d24 100644 --- a/cppe/src/TcpTransport/Transceiver.cpp +++ b/cppe/src/TcpTransport/Transceiver.cpp @@ -13,7 +13,7 @@ #include <IceE/LoggerUtil.h> #include <IceE/Buffer.h> #include <IceE/Network.h> -#include <IceE/LocalException.h> +#include <IceE/LocalExceptions.h> #include <IceE/SafeStdio.h> using namespace std; |