diff options
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 77e6d834465..f45b93aaf07 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -257,7 +257,7 @@ Slice::Gen::generate(const UnitPtr& p) if(p->hasDataOnlyClasses() || p->hasNonLocalExceptions()) { - H << "\n#include <Ice/FactoryTable.h>"; + H << "\n#include <Ice/FactoryTableInit.h>"; } if(p->usesNonLocals()) |