diff options
Diffstat (limited to 'cppe/src/IceE/Object.cpp')
-rw-r--r-- | cppe/src/IceE/Object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Object.cpp b/cppe/src/IceE/Object.cpp index aff5b49b0fd..82ca6349dd6 100644 --- a/cppe/src/IceE/Object.cpp +++ b/cppe/src/IceE/Object.cpp @@ -9,7 +9,7 @@ #include <IceE/Object.h> #include <IceE/Incoming.h> -#include <IceE/LocalException.h> +#include <IceE/LocalExceptions.h> using namespace std; using namespace Ice; |