fixup includes in map.hpp
This commit is contained in:
parent
dc8a5cc23a
commit
e7b2c58500
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue