summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/StoreStatus.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-02-25 20:53:08 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-02-25 20:53:08 +0000
commitffdd8cef4cafd6f73131521eb938164d76811cc4 (patch)
tree046824f8b8bcf449d6a9f0f8182615f95af32801 /cpp/src/qpid/cluster/StoreStatus.cpp
parent46486b392aa7b2905f3d19862aa44a75d23bba9f (diff)
downloadqpid-python-ffdd8cef4cafd6f73131521eb938164d76811cc4.tar.gz
Removed unecessary include of Msg.h in Exception.h
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@916453 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/StoreStatus.cpp')
-rw-r--r--cpp/src/qpid/cluster/StoreStatus.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/StoreStatus.cpp b/cpp/src/qpid/cluster/StoreStatus.cpp
index cf75cd3b5f..947f81d596 100644
--- a/cpp/src/qpid/cluster/StoreStatus.cpp
+++ b/cpp/src/qpid/cluster/StoreStatus.cpp
@@ -20,6 +20,7 @@
*/
#include "StoreStatus.h"
#include "qpid/Exception.h"
+#include "qpid/Msg.h"
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/operations.hpp>