summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp
index 998dd7ed2ec..ea8089755bc 100644
--- a/cpp/src/slice2cpp/Gen.cpp
+++ b/cpp/src/slice2cpp/Gen.cpp
@@ -354,6 +354,10 @@ Slice::Gen::generate(const UnitPtr& p)
{
H << "\n#include <Ice/Stream.h>";
}
+ else
+ {
+ H << "\n#include <Ice/StreamF.h>";
+ }
}
if(_checksum)