include what you use
This commit is contained in:
parent
80b0b4a888
commit
6c7ab1767b
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue