This commit is contained in:
Dane Springmeyer 2014-08-14 10:04:18 -07:00
parent 52ba1383ec
commit 8ef6558496
2 changed files with 4 additions and 1 deletions

View file

@ -24,6 +24,7 @@
#define SVG_OUTPUT_GRAMMARS_HPP
// mapnik
#include <mapnik/config.hpp>
#include <mapnik/symbolizer.hpp>
// fwd declare

View file

@ -24,11 +24,13 @@
#define MAPNIK_GEOMETRY_TO_WKB_HPP
// mapnik
#include <mapnik/config.hpp>
#include <mapnik/make_unique.hpp>
#include <mapnik/global.hpp>
#include <mapnik/geometry.hpp>
#include <mapnik/vertex.hpp>
// stl
#include <sstream>
#include <vector>
#include <cstdio>
#include <cstring>