summaryrefslogtreecommitdiff
path: root/cpp/src/qpid
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2008-10-30 23:03:01 +0000
committerStephen D. Huston <shuston@apache.org>2008-10-30 23:03:01 +0000
commitf3f64a800575c452518b271d041d4e8c28e8e1d7 (patch)
treefa8ef939caedaf41f3db6f08af33929614feb353 /cpp/src/qpid
parent71f96f8caa43414d53d20281e078432751582f08 (diff)
downloadqpid-python-f3f64a800575c452518b271d041d4e8c28e8e1d7.tar.gz
Add missing include new - needed on Windows
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@709276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid')
-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 2a8cbc0930..57ef48ac42 100644
--- a/cpp/src/qpid/RefCountedBuffer.cpp
+++ b/cpp/src/qpid/RefCountedBuffer.cpp
@@ -20,6 +20,7 @@
*/
#include "RefCountedBuffer.h"
+#include <new>
namespace qpid {