Author: shuston
Date: Wed Nov  5 08:41:49 2008
New Revision: 711609

URL: http://svn.apache.org/viewvc?rev=711609&view=rev
Log:
Add missing IntegerTypes.h include; fixes QPID-1436

Modified:
    incubator/qpid/trunk/qpid/cpp/rubygen/framing.0-10/constants.rb

Modified: incubator/qpid/trunk/qpid/cpp/rubygen/framing.0-10/constants.rb
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/rubygen/framing.0-10/constants.rb?rev=711609&r1=711608&r2=711609&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/rubygen/framing.0-10/constants.rb (original)
+++ incubator/qpid/trunk/qpid/cpp/rubygen/framing.0-10/constants.rb Wed Nov  5 
08:41:49 2008
@@ -52,6 +52,7 @@
     path="[EMAIL PROTECTED]/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")


Reply via email to