diff options
Diffstat (limited to 'cppe/src/IceE/ProxyFactory.cpp')
-rw-r--r-- | cppe/src/IceE/ProxyFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/ProxyFactory.cpp b/cppe/src/IceE/ProxyFactory.cpp index 8d47970de78..aee5e73fe2d 100644 --- a/cppe/src/IceE/ProxyFactory.cpp +++ b/cppe/src/IceE/ProxyFactory.cpp @@ -18,7 +18,7 @@ #include <IceE/Properties.h> #include <IceE/LoggerUtil.h> #include <IceE/TraceLevels.h> -#include <IceE/LocalException.h> +#include <IceE/LocalExceptions.h> #include <IceE/SafeStdio.h> using namespace std; |