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/ClientSessionTest.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/ClientSessionTest.cpp')
-rw-r--r-- | qpid/cpp/src/tests/ClientSessionTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/ClientSessionTest.cpp b/qpid/cpp/src/tests/ClientSessionTest.cpp index 2da96bf30c..2236882eed 100644 --- a/qpid/cpp/src/tests/ClientSessionTest.cpp +++ b/qpid/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> |