diff options
author | Gordon Sim <gsim@apache.org> | 2011-02-10 14:10:06 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2011-02-10 14:10:06 +0000 |
commit | cad8fc1cc5227fae25442667f0716100012a20b3 (patch) | |
tree | d03d89155ef5c425444cf61837eb50b5997cbc17 /cpp | |
parent | 5e2529c79ea68492ea1d1791f6cd34ff61b8eb3f (diff) | |
download | qpid-python-cad8fc1cc5227fae25442667f0716100012a20b3.tar.gz |
QPID-529: Added missing include
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1069398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/qpid/broker/PriorityQueue.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/PriorityQueue.cpp b/cpp/src/qpid/broker/PriorityQueue.cpp index 4c23b8feed..e07e73d323 100644 --- a/cpp/src/qpid/broker/PriorityQueue.cpp +++ b/cpp/src/qpid/broker/PriorityQueue.cpp @@ -22,6 +22,7 @@ #include "qpid/broker/Queue.h" #include "qpid/broker/QueuedMessage.h" #include "qpid/framing/reply_exceptions.h" +#include <cmath> namespace qpid { namespace broker { |