diff options
Diffstat (limited to 'cpp/rubygen')
-rw-r--r-- | cpp/rubygen/templates/Session.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/templates/Session.rb b/cpp/rubygen/templates/Session.rb index 4265731d32..d5b6d9e8c2 100644 --- a/cpp/rubygen/templates/Session.rb +++ b/cpp/rubygen/templates/Session.rb @@ -104,7 +104,7 @@ EOS cpp_file("qpid/client/#{@classname}.cpp") { gen <<EOS #include "#{@classname}.h" -#include "qpid/framing/AMQMethodBody.h" +#include "qpid/framing/all_method_bodies.h" using std::string; using namespace qpid::framing; |