diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2014-06-11 21:35:09 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2014-06-11 21:35:09 +0000 |
| commit | 8aee7d1202cd1063a4c1fcd62a39176bfb1f3414 (patch) | |
| tree | 50c482a5277527c2829be191b9f2e4ff3efe8aa2 /qpid/cpp/src/tests/test_tools.h | |
| parent | 23555a33d3e46edd7fb241a59cda80035ae42a92 (diff) | |
| download | qpid-python-8aee7d1202cd1063a4c1fcd62a39176bfb1f3414.tar.gz | |
QPID-5807: Remove boost::program_options as a header file dependency of qpid/Options.h
- The intent here is to remove the necessity for things using qpid::Options to
need to link boost::program_options directly.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1602021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/test_tools.h')
| -rw-r--r-- | qpid/cpp/src/tests/test_tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/test_tools.h b/qpid/cpp/src/tests/test_tools.h index 7950a36913..d006246299 100644 --- a/qpid/cpp/src/tests/test_tools.h +++ b/qpid/cpp/src/tests/test_tools.h @@ -28,6 +28,7 @@ #include <ostream> #include <sstream> #include <exception> +#include <stdexcept> // Print a sequence template <class T> std::ostream& seqPrint(std::ostream& o, const T& seq) { |
