diff --git a/include/mapnik/proj_transform.hpp b/include/mapnik/proj_transform.hpp index ce6920ea1..2bbafe578 100644 --- a/include/mapnik/proj_transform.hpp +++ b/include/mapnik/proj_transform.hpp @@ -27,6 +27,8 @@ // mapnik #include +#include + // boost #include @@ -47,8 +49,8 @@ public: mapnik::projection const& dest() const; private: - projection const& source_; - projection const& dest_; + projection const source_; + projection const dest_; bool is_source_longlat_; bool is_dest_longlat_; bool is_source_equal_dest_;