summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/TxAck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/TxAck.cpp')
-rw-r--r--cpp/src/qpid/broker/TxAck.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/TxAck.cpp b/cpp/src/qpid/broker/TxAck.cpp
index 958dbcbec0..05ea755d71 100644
--- a/cpp/src/qpid/broker/TxAck.cpp
+++ b/cpp/src/qpid/broker/TxAck.cpp
@@ -25,6 +25,7 @@ using std::bind1st;
using std::bind2nd;
using std::mem_fun_ref;
using namespace qpid::broker;
+using qpid::framing::AccumulatedAck;
TxAck::TxAck(AccumulatedAck& _acked, std::list<DeliveryRecord>& _unacked) :
acked(_acked), unacked(_unacked){