summaryrefslogtreecommitdiff
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
commit1eeca909b279b4520be783e73413ba733aed3b32 (patch)
treea319eef2ecfa345be23c38172a2b6d072bdafe1c
parent9733846966dddc4920cf9420f2755e07f1c6262a (diff)
downloadqpid-python-1eeca909b279b4520be783e73413ba733aed3b32.tar.gz
QPID-529: Added missing include
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1069398 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/qpid/broker/PriorityQueue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/qpid/broker/PriorityQueue.cpp b/qpid/cpp/src/qpid/broker/PriorityQueue.cpp
index 4c23b8feed..e07e73d323 100644
--- a/qpid/cpp/src/qpid/broker/PriorityQueue.cpp
+++ b/qpid/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 {