summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp')
-rwxr-xr-xqpid/cpp/rubygen/framing.0-10/constants.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/rubygen/framing.0-10/constants.rb b/qpid/cpp/rubygen/framing.0-10/constants.rb
index fa46751f7a..d8f8354dff 100755
--- a/qpid/cpp/rubygen/framing.0-10/constants.rb
+++ b/qpid/cpp/rubygen/framing.0-10/constants.rb
@@ -52,6 +52,7 @@ class ConstantsGen < CppGen
path="#{@dir}/TypeCode"
h_file(path) {
include("<iosfwd>")
+ include("\"qpid/sys/IntegerTypes.h\"")
namespace(@namespace) {
scope("enum TypeCode {", "};") {
genl @amqp.types.map { |t| "#{typecode_enum t} = #{t.code}" if t.code }.compact.join(",\n")