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/qmf | |
| 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/qmf')
| -rw-r--r-- | cpp/src/qmf/PrivateImplRef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qmf/PrivateImplRef.h b/cpp/src/qmf/PrivateImplRef.h index 8b698c4199..960cbb2e09 100644 --- a/cpp/src/qmf/PrivateImplRef.h +++ b/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 { |
