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 | dcedb38e4dada1e592e765c494aca94408e6918d (patch) | |
| tree | 2346809119645af72d32f987ee836f963fc028c2 /cpp | |
| parent | 10b36047f6e6bb9f11c69ab1af1ecd802ca3c4af (diff) | |
| download | qpid-python-dcedb38e4dada1e592e765c494aca94408e6918d.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
Diffstat (limited to 'cpp')
| -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> |
