summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2011-02-10 14:10:06 +0000
committerGordon Sim <gsim@apache.org>2011-02-10 14:10:06 +0000
commitcad8fc1cc5227fae25442667f0716100012a20b3 (patch)
treed03d89155ef5c425444cf61837eb50b5997cbc17 /cpp/src
parent5e2529c79ea68492ea1d1791f6cd34ff61b8eb3f (diff)
downloadqpid-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/src')
-rw-r--r--cpp/src/qpid/broker/PriorityQueue.cpp1
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 {