diff options
Diffstat (limited to 'cpp/test/unit/qpid/broker/ChannelTest.cpp')
| -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 5052d4127d..796c949363 100644 --- a/cpp/test/unit/qpid/broker/ChannelTest.cpp +++ b/cpp/test/unit/qpid/broker/ChannelTest.cpp @@ -24,7 +24,7 @@ using namespace boost; using namespace qpid::broker; using namespace qpid::framing; -using namespace qpid::concurrent; +using namespace qpid::sys; struct DummyHandler : OutputHandler{ std::vector<AMQFrame*> frames; |
