Added headers required on Mac OS - not sure why not on Linux.
This commit is contained in:
parent
dd112b33e2
commit
1778d19b22
3 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
#ifndef MAPNIK_LIBXML2_LOADER_HPP
|
||||
#define MAPNIK_LIBXML2_LOADER_HPP
|
||||
|
||||
// mapnik
|
||||
#include <mapnik/config.hpp> // for MAPNIK_DECL
|
||||
|
||||
// stl
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
#ifndef MAPNIK_XML_NODE_H
|
||||
#define MAPNIK_XML_NODE_H
|
||||
|
||||
//mapnik
|
||||
#include <mapnik/config.hpp> // for MAPNIK_DECL
|
||||
|
||||
//boost
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "catch.hpp"
|
||||
|
||||
#include <mapnik/debug.hpp>
|
||||
#include <mapnik/value.hpp>
|
||||
#include <mapnik/xml_tree.hpp>
|
||||
#include <mapnik/xml_loader.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue