summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp
index a577c67541f..8f73cf9a373 100644
--- a/cpp/src/slice2cpp/Gen.cpp
+++ b/cpp/src/slice2cpp/Gen.cpp
@@ -234,7 +234,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())