diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index 58501535fd9..000a8c4e0ee 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -210,9 +210,9 @@ Slice::Gen::generate(const UnitPtr& p) { H << "\n#ifndef ICEE_PURE_CLIENT"; H << "\n# include <IceE/Object.h>"; + H << "\n# include <IceE/Incoming.h>"; H << "\n#endif"; H << "\n#include <IceE/Outgoing.h>"; - H << "\n#include <IceE/Incoming.h>"; C << "\n#include <IceE/LocalException.h>"; } |