diff options
Diffstat (limited to 'cpp/src/qpid/xml/XmlExchangePlugin.cpp')
-rw-r--r-- | cpp/src/qpid/xml/XmlExchangePlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/xml/XmlExchangePlugin.cpp b/cpp/src/qpid/xml/XmlExchangePlugin.cpp index 8f2d127424..742b878e86 100644 --- a/cpp/src/qpid/xml/XmlExchangePlugin.cpp +++ b/cpp/src/qpid/xml/XmlExchangePlugin.cpp @@ -25,7 +25,7 @@ #include <boost/shared_ptr.hpp> #include <boost/utility/in_place_factory.hpp> -#include "XmlExchange.h" +#include "qpid/xml/XmlExchange.h" namespace qpid { namespace broker { // ACL uses the acl namespace here - should I? |