From 7f272c99e485eaa8eb38ac9b28d82637aeb4dbbc Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 5 Nov 2008 16:41:49 +0000 Subject: Add missing IntegerTypes.h include; fixes QPID-1436 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@711609 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rubygen/framing.0-10/constants.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/rubygen') 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("") + 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") -- cgit v1.2.1