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 | b66bd995ff224ee7c34fbd1d9eae87d908707a60 (patch) | |
| tree | 7f042ad2a1c7952effcc69f90fea1470a9131615 /qpid/cpp/src/qmf | |
| parent | 0a27dd86ee5a454a20520d10c987de793be0a4e3 (diff) | |
| download | qpid-python-b66bd995ff224ee7c34fbd1d9eae87d908707a60.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@1101181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmf')
| -rw-r--r-- | qpid/cpp/src/qmf/PrivateImplRef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qmf/PrivateImplRef.h b/qpid/cpp/src/qmf/PrivateImplRef.h index 8b698c4199..960cbb2e09 100644 --- a/qpid/cpp/src/qmf/PrivateImplRef.h +++ b/qpid/cpp/src/qmf/PrivateImplRef.h @@ -23,8 +23,8 @@ */ #include "qmf/ImportExport.h" -#include <boost/intrusive_ptr.hpp> #include "qpid/RefCounted.h" +#include <boost/intrusive_ptr.hpp> namespace qmf { |
