diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index f966431c41c..06527596a48 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -213,7 +213,7 @@ Slice::Gen::generate(const UnitPtr& p) H << "\n# include <IceE/Incoming.h>"; H << "\n#endif"; H << "\n#include <IceE/Outgoing.h>"; - C << "\n#include <IceE/LocalException.h>"; + C << "\n#include <IceE/LocalExceptions.h>"; } if(p->hasNonLocalExceptions()) @@ -236,7 +236,7 @@ Slice::Gen::generate(const UnitPtr& p) if(p->hasNonLocalExceptions()) { - C << "\n#include <IceE/LocalException.h>"; + C << "\n#include <IceE/LocalExceptions.h>"; } StringList includes = p->includeFiles(); |