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 | 4a05015fc38d939a577720cefa603e3d276565fc (patch) | |
| tree | d03d89155ef5c425444cf61837eb50b5997cbc17 /cpp | |
| parent | a2d302b76c466bad34e7a47ec8f2d466074dafbf (diff) | |
| download | qpid-python-4a05015fc38d939a577720cefa603e3d276565fc.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 { |
