diff options
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/unit/qpid/broker/ChannelTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/unit/qpid/broker/ChannelTest.cpp b/cpp/test/unit/qpid/broker/ChannelTest.cpp index 2197c1724a..967ec0388f 100644 --- a/cpp/test/unit/qpid/broker/ChannelTest.cpp +++ b/cpp/test/unit/qpid/broker/ChannelTest.cpp @@ -21,7 +21,7 @@ #include <iostream> #include <memory> -using namespace std::tr1; +using namespace boost; using namespace qpid::broker; using namespace qpid::framing; using namespace qpid::concurrent; |