fixup includes in map.hpp

This commit is contained in:
Dane Springmeyer 2013-01-04 09:13:45 -08:00
parent dc8a5cc23a
commit e7b2c58500

View file

@ -24,9 +24,10 @@
#define MAPNIK_MAP_HPP
// mapnik
#include <mapnik/color.hpp>
#include <mapnik/font_set.hpp>
#include <mapnik/enumeration.hpp>
#include <mapnik/feature_type_style.hpp>
#include <mapnik/datasource.hpp>
#include <mapnik/datasource.hpp> // for featureset_ptr
#include <mapnik/layer.hpp>
#include <mapnik/params.hpp>
@ -36,6 +37,7 @@
namespace mapnik
{
class feature_type_style;
class CoordTransform;
class MAPNIK_DECL Map