don't include xml_parser_read_rapidxml.hpp - forward declaring xml_node
is sufficient.
This commit is contained in:
parent
5118220c4c
commit
148e77884c
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue