don't include xml_parser_read_rapidxml.hpp - forward declaring xml_node is sufficient.

This commit is contained in:
artemp 2017-06-26 11:10:56 +02:00 committed by Artem Pavlenko
parent 5118220c4c
commit 148e77884c

View file

@ -30,10 +30,13 @@
#include <mapnik/svg/svg_path_adapter.hpp>
#include <mapnik/gradient.hpp>
#include <mapnik/util/noncopyable.hpp>
#include <boost/property_tree/detail/xml_parser_read_rapidxml.hpp>
// stl
#include <map>
namespace boost { namespace property_tree { namespace detail { namespace rapidxml {
template <typename T> class xml_node;
}}}}
namespace mapnik { namespace svg {
class svg_parser_error_handler