diff --git a/include/mapnik/wkt/wkt_factory.hpp b/include/mapnik/wkt/wkt_factory.hpp index 2b459495c..b5e1cecce 100644 --- a/include/mapnik/wkt/wkt_factory.hpp +++ b/include/mapnik/wkt/wkt_factory.hpp @@ -26,6 +26,8 @@ // mapnik #include #include +// boost +#include #include #include // stl @@ -41,7 +43,7 @@ MAPNIK_DECL bool from_wkt(std::string const& wkt, boost::ptr_vector= 104700 -class wkt_parser +class wkt_parser : boost::noncopyable { typedef std::string::const_iterator iterator_type; public: