forward declare CoordTransform in map.hpp

This commit is contained in:
Dane Springmeyer 2012-08-15 10:33:31 -07:00
parent 2b108b7cdb
commit 71e0edc7bf

View file

@ -28,7 +28,6 @@
#include <mapnik/feature_type_style.hpp> #include <mapnik/feature_type_style.hpp>
#include <mapnik/datasource.hpp> #include <mapnik/datasource.hpp>
#include <mapnik/layer.hpp> #include <mapnik/layer.hpp>
#include <mapnik/ctrans.hpp>
#include <mapnik/params.hpp> #include <mapnik/params.hpp>
// boost // boost
@ -36,6 +35,9 @@
namespace mapnik namespace mapnik
{ {
class CoordTransform;
class MAPNIK_DECL Map class MAPNIK_DECL Map
{ {
public: public: