diff --git a/include/mapnik/vertex_converters.hpp b/include/mapnik/vertex_converters.hpp index a21d9befc..616741561 100644 --- a/include/mapnik/vertex_converters.hpp +++ b/include/mapnik/vertex_converters.hpp @@ -39,6 +39,7 @@ #include // fusion +#include #include #include #include diff --git a/src/datasource_cache_static.cpp b/src/datasource_cache_static.cpp index 02ee005e5..3d7e4b58d 100644 --- a/src/datasource_cache_static.cpp +++ b/src/datasource_cache_static.cpp @@ -91,7 +91,7 @@ datasource_ptr ds_generator(parameters const& params) } typedef datasource_ptr (*ds_generator_ptr)(parameters const& params); -typedef boost::unordered::unordered_map datasource_map; +typedef boost::unordered_map datasource_map; static datasource_map ds_map = boost::assign::map_list_of #if defined(MAPNIK_STATIC_PLUGIN_CSV)