include what you use

This commit is contained in:
Dane Springmeyer 2012-07-24 18:35:18 -07:00
parent 80b0b4a888
commit 6c7ab1767b
2 changed files with 3 additions and 0 deletions

View file

@ -72,6 +72,7 @@ void export_logger();
#include <mapnik/version.hpp>
#include <mapnik/value_error.hpp>
#include <mapnik/layer.hpp>
#include <mapnik/map.hpp>
#include <mapnik/agg_renderer.hpp>
#ifdef HAVE_CAIRO

View file

@ -26,6 +26,8 @@
#include <boost/foreach.hpp>
// mapnik
#include <mapnik/map.hpp>
#include <mapnik/layer.hpp>
#include <mapnik/debug.hpp>
#include <mapnik/grid/grid_renderer.hpp>
#include <mapnik/grid/grid.hpp>