summaryrefslogtreecommitdiff
path: root/cpp/src/tests/TransactionObserverTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/TransactionObserverTest.cpp')
-rw-r--r--cpp/src/tests/TransactionObserverTest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/tests/TransactionObserverTest.cpp b/cpp/src/tests/TransactionObserverTest.cpp
index f570837ccf..bc65c493c8 100644
--- a/cpp/src/tests/TransactionObserverTest.cpp
+++ b/cpp/src/tests/TransactionObserverTest.cpp
@@ -39,7 +39,9 @@ namespace qpid {
namespace tests {
using framing::SequenceSet;
-using messaging::Message;
+using messaging::Message;
+using boost::shared_ptr;
+using boost::make_shared;
using namespace boost::assign;
using namespace boost;