summaryrefslogtreecommitdiff
path: root/qpid/cpp
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
commitd50be8058cd718491f428d704fcf734ea4e486eb (patch)
tree61e1469f28c7c83b9a8dc03c4301153c5323fa22 /qpid/cpp
parentdd816650b21f09aa2e68532a7d159588af4bd762 (diff)
downloadqpid-python-d50be8058cd718491f428d704fcf734ea4e486eb.tar.gz
Add missing include new - needed on Windows
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@709276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-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 2a8cbc0930..57ef48ac42 100644
--- a/qpid/cpp/src/qpid/RefCountedBuffer.cpp
+++ b/qpid/cpp/src/qpid/RefCountedBuffer.cpp
@@ -20,6 +20,7 @@
*/
#include "RefCountedBuffer.h"
+#include <new>
namespace qpid {