Author: shuston
Date: Thu Oct 30 16:03:01 2008
New Revision: 709276

URL: http://svn.apache.org/viewvc?rev=709276&view=rev
Log:
Add missing include new - needed on Windows

Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/RefCountedBuffer.cpp

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/RefCountedBuffer.cpp
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/RefCountedBuffer.cpp?rev=709276&r1=709275&r2=709276&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/RefCountedBuffer.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/RefCountedBuffer.cpp Thu Oct 30 
16:03:01 2008
@@ -20,6 +20,7 @@
  */
 
 #include "RefCountedBuffer.h"
+#include <new>
 
 namespace qpid {
 


Reply via email to