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 97e221589d..d0ec9cb959 100644 --- a/cpp/src/qpid/xml/XmlExchangePlugin.cpp +++ b/cpp/src/qpid/xml/XmlExchangePlugin.cpp @@ -20,9 +20,9 @@ #include "qpid/acl/Acl.h" #include "qpid/broker/Broker.h" #include "qpid/Plugin.h" -#include "qpid/shared_ptr.h" #include "qpid/log/Statement.h" +#include <boost/shared_ptr.hpp> #include <boost/utility/in_place_factory.hpp> #include "XmlExchange.h" |