diff --git a/include/mapnik/vertex_converters.hpp b/include/mapnik/vertex_converters.hpp index fa9a5ea42..6e35ed130 100644 --- a/include/mapnik/vertex_converters.hpp +++ b/include/mapnik/vertex_converters.hpp @@ -38,7 +38,6 @@ // fusion #include #include -#include // mapnik #include @@ -320,7 +319,7 @@ struct dispatcher dispatch(geom, boost::false_type()); } - boost::array::value> vec_; + std::array::value> vec_; args_type args_; }; }