Added headers required on Mac OS - not sure why not on Linux.

This commit is contained in:
Matt Amos 2015-06-03 15:56:37 +01:00
parent dd112b33e2
commit 1778d19b22
3 changed files with 7 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>