diff options
| author | Stephen D. Huston <shuston@apache.org> | 2008-10-30 23:03:01 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2008-10-30 23:03:01 +0000 |
| commit | f3f64a800575c452518b271d041d4e8c28e8e1d7 (patch) | |
| tree | fa8ef939caedaf41f3db6f08af33929614feb353 /cpp/src/qpid | |
| parent | 71f96f8caa43414d53d20281e078432751582f08 (diff) | |
| download | qpid-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.cpp | 1 |
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 { |
