diff options
Diffstat (limited to 'cpp/src/tests/TimerTest.cpp')
-rw-r--r-- | cpp/src/tests/TimerTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/TimerTest.cpp b/cpp/src/tests/TimerTest.cpp index 682699dbd3..3f2a1c57ec 100644 --- a/cpp/src/tests/TimerTest.cpp +++ b/cpp/src/tests/TimerTest.cpp @@ -26,6 +26,7 @@ #include <iostream> #include <memory> #include <boost/format.hpp> +#include <boost/lexical_cast.hpp> using namespace qpid::broker; using namespace qpid::sys; |