diff --git a/boost/property_tree/detail/xml_parser_read_tinyxml.hpp b/boost/property_tree/detail/xml_parser_read_tinyxml.hpp index 830654172..92a057cae 100644 --- a/boost/property_tree/detail/xml_parser_read_tinyxml.hpp +++ b/boost/property_tree/detail/xml_parser_read_tinyxml.hpp @@ -15,7 +15,10 @@ #include #include +#ifndef TIXML_USE_STL #define TIXML_USE_STL +#endif + #include namespace boost { namespace property_tree { namespace xml_parser