From 6ea90366ab4ac1a522db62ce3cb3846a557327a7 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Fri, 14 Oct 2011 19:36:40 +0000 Subject: 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 --- cpp/src/qpid/RefCountedBuffer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src') 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 +#include namespace qpid { -- cgit v1.2.1