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
commit473e0d068b8f4019ed3c5f643576167ea7c76c43 (patch)
treebf3f911de4bfdcd1572bd1be939315147377b50b
parent706c8476ab9e4074067eedda2ffeba36ed35089d (diff)
downloadqpid-python-473e0d068b8f4019ed3c5f643576167ea7c76c43.tar.gz
QPID-3540
Include boost/cstdint.hpp to get uintptr_t git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1183469 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/RefCountedBuffer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/RefCountedBuffer.cpp b/qpid/cpp/src/qpid/RefCountedBuffer.cpp
index 7e15eefeea..72475f823e 100644
--- a/qpid/cpp/src/qpid/RefCountedBuffer.cpp
+++ b/qpid/cpp/src/qpid/RefCountedBuffer.cpp
@@ -21,6 +21,7 @@
#include "qpid/RefCountedBuffer.h"
#include <new>
+#include <boost/cstdint.hpp>
namespace qpid {