summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/framing.0-10
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-11-05 16:41:49 +0000
committerStephen D. Huston <shuston@apache.org>2008-11-05 16:41:49 +0000
commita688ff0bde040f8311ca6c179344f9288053cf25 (patch)
treeed8b709170592776644131b934b40841dd1dd8b3 /qpid/cpp/rubygen/framing.0-10
parent1ff0fa3041fff5a6cfc6246816bce5669b1eb7f6 (diff)
downloadqpid-python-a688ff0bde040f8311ca6c179344f9288053cf25.tar.gz
Add missing IntegerTypes.h include; fixes QPID-1436
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@711609 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/framing.0-10')
-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")