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/qpid/messaging/Variant.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/qpid/messaging/Variant.cpp')
-rw-r--r-- | cpp/src/qpid/messaging/Variant.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/messaging/Variant.cpp b/cpp/src/qpid/messaging/Variant.cpp index 116018f797..ba93f160ec 100644 --- a/cpp/src/qpid/messaging/Variant.cpp +++ b/cpp/src/qpid/messaging/Variant.cpp @@ -19,6 +19,7 @@ * */ #include "qpid/messaging/Variant.h" +#include "qpid/Msg.h" #include <boost/format.hpp> #include <boost/lexical_cast.hpp> #include <algorithm> |