summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2011-10-14 19:36:40 +0000
committerCharles E. Rolke <chug@apache.org>2011-10-14 19:36:40 +0000
commit6ea90366ab4ac1a522db62ce3cb3846a557327a7 (patch)
tree5da3deac59be52a0e378d3b4dcbba215c1c36539
parent83e23daa7f293776c68cdc58b813db467da12d96 (diff)
downloadqpid-python-6ea90366ab4ac1a522db62ce3cb3846a557327a7.tar.gz
QPID-3540
Include boost/cstdint.hpp to get uintptr_t git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1183469 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/qpid/RefCountedBuffer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/RefCountedBuffer.cpp b/cpp/src/qpid/RefCountedBuffer.cpp
index 7e15eefeea..72475f823e 100644
--- a/cpp/src/qpid/RefCountedBuffer.cpp
+++ b/cpp/src/qpid/RefCountedBuffer.cpp
@@ -21,6 +21,7 @@
#include "qpid/RefCountedBuffer.h"
#include <new>
+#include <boost/cstdint.hpp>
namespace qpid {