summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/TransactionObserverTest.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2013-08-02 21:08:22 +0000
committerAlan Conway <aconway@apache.org>2013-08-02 21:08:22 +0000
commit799d500e883a0f83c52bf9469b08b695243569b2 (patch)
tree6fe1bf0672eaaa96cf628656a3cae28616dc2c68 /qpid/cpp/src/tests/TransactionObserverTest.cpp
parent51f0474be31fa69eb4ad64d9417d088ca9ded884 (diff)
downloadqpid-python-799d500e883a0f83c52bf9469b08b695243569b2.tar.gz
QPID-4327: HA Fix windows compile errors introduced by recent commits.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1509861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/TransactionObserverTest.cpp')
-rw-r--r--qpid/cpp/src/tests/TransactionObserverTest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/TransactionObserverTest.cpp b/qpid/cpp/src/tests/TransactionObserverTest.cpp
index f570837ccf..bc65c493c8 100644
--- a/qpid/cpp/src/tests/TransactionObserverTest.cpp
+++ b/qpid/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;