diff options
Diffstat (limited to 'cpp/src/tests/QueueTest.cpp')
-rw-r--r-- | cpp/src/tests/QueueTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/QueueTest.cpp b/cpp/src/tests/QueueTest.cpp index fae0d88b7c..b1c42f3bcb 100644 --- a/cpp/src/tests/QueueTest.cpp +++ b/cpp/src/tests/QueueTest.cpp @@ -27,6 +27,7 @@ #include <iostream> #include "boost/format.hpp" +using boost::intrusive_ptr; using namespace qpid; using namespace qpid::broker; using namespace qpid::framing; |