diff --git a/include/mapnik/font_engine_freetype.hpp b/include/mapnik/font_engine_freetype.hpp index a8fb6b453..1bae33087 100644 --- a/include/mapnik/font_engine_freetype.hpp +++ b/include/mapnik/font_engine_freetype.hpp @@ -28,18 +28,16 @@ #include #include -// boost +// stl #include #include #include // pair +#include #ifdef MAPNIK_THREADSAFE #include #endif -// stl -#include - struct FT_LibraryRec_; struct FT_MemoryRec_; namespace boost { template class optional; }