diff options
| author | Gordon Sim <gsim@apache.org> | 2011-02-14 16:17:40 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2011-02-14 16:17:40 +0000 |
| commit | 4a4d9b7f0df6f398b282ce7fe6cd966cb8845dd4 (patch) | |
| tree | dcae94bde505e528f038ba92d09bfdca00417ed8 /qpid/cpp/src | |
| parent | 5aef6ccadf803f6b857beb3ab54f1c21133e9e2f (diff) | |
| download | qpid-python-4a4d9b7f0df6f398b282ce7fe6cd966cb8845dd4.tar.gz | |
QPID-529: Include integer definitions to fix windows build.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1070548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/broker/PriorityQueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/PriorityQueue.h b/qpid/cpp/src/qpid/broker/PriorityQueue.h index 7e97d929fb..4bf9d26a9d 100644 --- a/qpid/cpp/src/qpid/broker/PriorityQueue.h +++ b/qpid/cpp/src/qpid/broker/PriorityQueue.h @@ -22,6 +22,7 @@ * */ #include "qpid/broker/Messages.h" +#include "qpid/sys/IntegerTypes.h" #include <deque> #include <vector> |
