summaryrefslogtreecommitdiff
path: root/cpp/rubygen
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/rubygen')
-rwxr-xr-xcpp/rubygen/framing.0-10/constants.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/rubygen/framing.0-10/constants.rb b/cpp/rubygen/framing.0-10/constants.rb
index fa46751f7a..d8f8354dff 100755
--- a/cpp/rubygen/framing.0-10/constants.rb
+++ b/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")