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 | 50d8e70017c1aa4ceb9ddc9e5ce15d8423e73ee7 (patch) | |
tree | 2346809119645af72d32f987ee836f963fc028c2 | |
parent | a4fc61d1a1b7b070146dd74a7c29e36447d73916 (diff) | |
download | qpid-python-50d8e70017c1aa4ceb9ddc9e5ce15d8423e73ee7.tar.gz |
QPID-529: Include integer definitions to fix windows build.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1070548 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/qpid/broker/PriorityQueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/PriorityQueue.h b/cpp/src/qpid/broker/PriorityQueue.h index 7e97d929fb..4bf9d26a9d 100644 --- a/cpp/src/qpid/broker/PriorityQueue.h +++ b/cpp/src/qpid/broker/PriorityQueue.h @@ -22,6 +22,7 @@ * */ #include "qpid/broker/Messages.h" +#include "qpid/sys/IntegerTypes.h" #include <deque> #include <vector> |