summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/console/Value.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
commitd678d87a20b9ff24967cc3a00f94bc6a2e4bea35 (patch)
tree046824f8b8bcf449d6a9f0f8182615f95af32801 /cpp/src/qpid/console/Value.cpp
parenta5f9d5fe6f05296351e0ba5e723eaa7f46ce28b0 (diff)
downloadqpid-python-d678d87a20b9ff24967cc3a00f94bc6a2e4bea35.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/console/Value.cpp')
-rw-r--r--cpp/src/qpid/console/Value.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/console/Value.cpp b/cpp/src/qpid/console/Value.cpp
index c30660f1dc..47c6a4ce57 100644
--- a/cpp/src/qpid/console/Value.cpp
+++ b/cpp/src/qpid/console/Value.cpp
@@ -22,6 +22,8 @@
#include "qpid/console/Value.h"
#include "qpid/framing/Buffer.h"
+#include <sstream>
+
using namespace qpid;
using namespace qpid::console;
using namespace std;