summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ClientSessionTest.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-09-16 22:46:53 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-09-16 22:46:53 +0000
commit9d4bb38deb210f8821f49d82c7e092eab07152dc (patch)
tree6c974fdabfa2987307f4a6442ec5026ff7701bbf /cpp/src/tests/ClientSessionTest.cpp
parent883a9e3b97a4fd3490e27292450af6dae6790ca4 (diff)
downloadqpid-python-9d4bb38deb210f8821f49d82c7e092eab07152dc.tar.gz
NO-JIRA: missing includes that are really needed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1523828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ClientSessionTest.cpp')
-rw-r--r--cpp/src/tests/ClientSessionTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/ClientSessionTest.cpp b/cpp/src/tests/ClientSessionTest.cpp
index 2da96bf30c..2236882eed 100644
--- a/cpp/src/tests/ClientSessionTest.cpp
+++ b/cpp/src/tests/ClientSessionTest.cpp
@@ -37,6 +37,7 @@
#include <boost/lexical_cast.hpp>
#include <boost/bind.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
+#include <boost/format.hpp>
#include <vector>