From e139cb908acc36a6ef0ec86e99db939eb1206fc7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 2 Aug 2013 21:08:22 +0000 Subject: QPID-4327: HA Fix windows compile errors introduced by recent commits. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1509861 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/TransactionObserverTest.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/TransactionObserverTest.cpp') 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; -- cgit v1.2.1