summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionAdapter.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-12-21 17:04:44 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-12-21 17:04:44 +0000
commit316d9b830ff124bf1321a22f346f3373f5e57947 (patch)
treeb8e7447c8c615835292cf3d68f34db51948b8e30 /cpp/src/qpid/broker/SessionAdapter.cpp
parentf5431bb215c107c1967842cfeb6814cfd3a866a9 (diff)
downloadqpid-python-316d9b830ff124bf1321a22f346f3373f5e57947.tar.gz
NO-JIRA: Removed Broker.h from all unnecessary header files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1425038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionAdapter.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionAdapter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.cpp b/cpp/src/qpid/broker/SessionAdapter.cpp
index a065e18a76..fd3cf9400f 100644
--- a/cpp/src/qpid/broker/SessionAdapter.cpp
+++ b/cpp/src/qpid/broker/SessionAdapter.cpp
@@ -16,6 +16,8 @@
*
*/
#include "qpid/broker/SessionAdapter.h"
+
+#include "qpid/broker/Broker.h"
#include "qpid/broker/Connection.h"
#include "qpid/broker/DtxTimeout.h"
#include "qpid/broker/Queue.h"