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 | 9d4bb38deb210f8821f49d82c7e092eab07152dc (patch) | |
tree | 6c974fdabfa2987307f4a6442ec5026ff7701bbf /cpp/src/tests/ClientSessionTest.cpp | |
parent | 883a9e3b97a4fd3490e27292450af6dae6790ca4 (diff) | |
download | qpid-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.cpp | 1 |
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> |