diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:56:00 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:56:00 +0000 |
| commit | 97a22e13fa2ba19d2275f1a59d86073bfaaccd40 (patch) | |
| tree | a5a2aa17936891329a0a10f6001afdb305e7ac4a /cpp/src/qpid/framing/MethodBodyFactory.h | |
| parent | fdf91ba8ef35140435cf5f92654d317143e4362d (diff) | |
| download | qpid-python-97a22e13fa2ba19d2275f1a59d86073bfaaccd40.tar.gz | |
QPID-3004: Get Clang to compile qpid c++
- Finish getting boost::intrusive_ptr working (may be compiler bug)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/framing/MethodBodyFactory.h')
| -rw-r--r-- | cpp/src/qpid/framing/MethodBodyFactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/framing/MethodBodyFactory.h b/cpp/src/qpid/framing/MethodBodyFactory.h index 607ec9d959..88bc444795 100644 --- a/cpp/src/qpid/framing/MethodBodyFactory.h +++ b/cpp/src/qpid/framing/MethodBodyFactory.h @@ -22,6 +22,7 @@ * */ #include "qpid/framing/amqp_types.h" +#include "qpid/framing/AMQBody.h" #include <boost/intrusive_ptr.hpp> namespace qpid { |
