diff options
| author | Gordon Sim <gsim@apache.org> | 2013-04-29 22:00:38 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-04-29 22:00:38 +0000 |
| commit | fdad912cda41b3e304983e5bb160b597b0a0fd47 (patch) | |
| tree | bd563d21179afcf231e640252741238d42e12ef2 /cpp | |
| parent | b37460dac31ecb6de3d452a3fe0e63a40944701d (diff) | |
| download | qpid-python-fdad912cda41b3e304983e5bb160b597b0a0fd47.tar.gz | |
QPID-4339: fix for windows build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1477366 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/qpid/broker/PagedQueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/PagedQueue.h b/cpp/src/qpid/broker/PagedQueue.h index 7b96a37141..fe38c45ce8 100644 --- a/cpp/src/qpid/broker/PagedQueue.h +++ b/cpp/src/qpid/broker/PagedQueue.h @@ -22,6 +22,7 @@ * */ #include "qpid/broker/Messages.h" +#include "qpid/broker/Message.h" #include "qpid/framing/SequenceSet.h" #include "qpid/sys/MemoryMappedFile.h" #include <deque> |
