summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/broker/SessionAdapter.h')
-rw-r--r--cpp/src/qpid/broker/SessionAdapter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.h b/cpp/src/qpid/broker/SessionAdapter.h
index a77f1b5d77..0cbbd13777 100644
--- a/cpp/src/qpid/broker/SessionAdapter.h
+++ b/cpp/src/qpid/broker/SessionAdapter.h
@@ -27,6 +27,7 @@
#include "qpid/framing/AMQP_ServerOperations.h"
#include "qpid/framing/reply_exceptions.h"
#include "qpid/framing/SequenceSet.h"
+#include "qpid/framing/StructHelper.h"
#include <vector>
#include <boost/function.hpp>
@@ -222,7 +223,7 @@ class Queue;
void rollback();
};
- class DtxHandlerImpl : public Dtx010Handler, public HandlerHelper
+ class DtxHandlerImpl : public Dtx010Handler, public HandlerHelper, private framing::StructHelper
{
std::string convert(const framing::Xid010& xid);