diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-02-25 20:53:08 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-02-25 20:53:08 +0000 |
commit | ffdd8cef4cafd6f73131521eb938164d76811cc4 (patch) | |
tree | 046824f8b8bcf449d6a9f0f8182615f95af32801 /cpp/src/qmf/engine/EventImpl.cpp | |
parent | 46486b392aa7b2905f3d19862aa44a75d23bba9f (diff) | |
download | qpid-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/qmf/engine/EventImpl.cpp')
-rw-r--r-- | cpp/src/qmf/engine/EventImpl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qmf/engine/EventImpl.cpp b/cpp/src/qmf/engine/EventImpl.cpp index 6bdda9321e..3509220b0c 100644 --- a/cpp/src/qmf/engine/EventImpl.cpp +++ b/cpp/src/qmf/engine/EventImpl.cpp @@ -20,6 +20,8 @@ #include <qmf/engine/EventImpl.h> #include <qmf/engine/ValueImpl.h> +#include <sstream> + using namespace std; using namespace qmf::engine; using qpid::framing::Buffer; |