forward declare CoordTransform in map.hpp
This commit is contained in:
parent
2b108b7cdb
commit
71e0edc7bf
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,6 @@
|
|||
#include <mapnik/feature_type_style.hpp>
|
||||
#include <mapnik/datasource.hpp>
|
||||
#include <mapnik/layer.hpp>
|
||||
#include <mapnik/ctrans.hpp>
|
||||
#include <mapnik/params.hpp>
|
||||
|
||||
// boost
|
||||
|
@ -36,6 +35,9 @@
|
|||
|
||||
namespace mapnik
|
||||
{
|
||||
|
||||
class CoordTransform;
|
||||
|
||||
class MAPNIK_DECL Map
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue