diff --git a/include/mapnik/unicode.hpp b/include/mapnik/unicode.hpp index 7ed17a5c6..d711b4f2c 100644 --- a/include/mapnik/unicode.hpp +++ b/include/mapnik/unicode.hpp @@ -24,10 +24,13 @@ #ifndef UNICODE_HPP #define UNICODE_HPP +// icu #include #include - +// boost #include +// stl +#include namespace mapnik { class transcoder : private boost::noncopyable