include needed headers for mapnik

This commit is contained in:
Dane Springmeyer
2014-08-13 08:37:09 -07:00
parent ccbc9e7a2b
commit b8bf98107f

View File

@ -1,5 +1,7 @@
#include <mapnik/version.hpp>
#include <mapnik/map.hpp>
#include <mapnik/layer.hpp>
#include <mapnik/datasource.hpp>
#include <mapnik/feature_type_style.hpp>
#include <mapnik/datasource_cache.hpp>
#include <mapnik/agg_renderer.hpp>
@ -7,8 +9,6 @@
#include <mapnik/graphics.hpp>
#include <mapnik/image_util.hpp>
#include <boost/variant.hpp>
#include <exception>
#include <iostream>
#include <fstream>