summaryrefslogtreecommitdiff
path: root/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
commite139cb908acc36a6ef0ec86e99db939eb1206fc7 (patch)
treed42430b2311c945b068e46be89c7601c52f050ad /cpp/src/tests/TransactionObserverTest.cpp
parent1ee8f335c83557211055bbfbefb17e8781d35e33 (diff)
downloadqpid-python-e139cb908acc36a6ef0ec86e99db939eb1206fc7.tar.gz
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
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;