diff --git a/include/Swiften/Parser/PayloadParsers/XHTMLIMParser.h b/include/Swiften/Parser/PayloadParsers/XHTMLIMParser.h index 25b110567119340dbec20e06058ffef43cec3457..390654ffc53cf0cfaee66449f33189678a44d8de 100644 --- a/include/Swiften/Parser/PayloadParsers/XHTMLIMParser.h +++ b/include/Swiften/Parser/PayloadParsers/XHTMLIMParser.h @@ -9,6 +9,8 @@ #include #include +#include "Swiften/SwiftenCompat.h" + namespace Swift { class SerializingParser; @@ -19,7 +21,7 @@ namespace Swift { virtual void handleStartElement(const std::string& element, const std::string&, const AttributeMap& attributes); virtual void handleEndElement(const std::string& element, const std::string&); virtual void handleCharacterData(const std::string& data); - boost::shared_ptr getLabelPayload() const; + SWIFTEN_SHRPTR_NAMESPACE::shared_ptr getLabelPayload() const; private: enum Level { TopLevel = 0,