diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-09-16 22:46:53 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-09-16 22:46:53 +0000 |
| commit | 72f20b39556fc0240f037e14f4847e1152ee24da (patch) | |
| tree | 0c4479371d04c9e7f6fc36ca1ee9142c9df1649a /qpid/cpp/src/tests/QueuePolicyTest.cpp | |
| parent | 25ea54d55261184cd37d4335eb7afc0870f0ba3d (diff) | |
| download | qpid-python-72f20b39556fc0240f037e14f4847e1152ee24da.tar.gz | |
NO-JIRA: missing includes that are really needed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1523828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/QueuePolicyTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/QueuePolicyTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/QueuePolicyTest.cpp b/qpid/cpp/src/tests/QueuePolicyTest.cpp index 00e964602a..ce1b0addea 100644 --- a/qpid/cpp/src/tests/QueuePolicyTest.cpp +++ b/qpid/cpp/src/tests/QueuePolicyTest.cpp @@ -28,6 +28,8 @@ #include "qpid/framing/reply_exceptions.h" #include "BrokerFixture.h" +#include <boost/format.hpp> + using namespace qpid::broker; using namespace qpid::client; using namespace qpid::framing; |
