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 82ca6349dd6..aff5b49b0fd 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/LocalExceptions.h> +#include <IceE/LocalException.h> using namespace std; using namespace Ice; |