diff --git a/src/expression_string.cpp b/src/expression_string.cpp index 2558b863a..f42d5f6cc 100644 --- a/src/expression_string.cpp +++ b/src/expression_string.cpp @@ -21,15 +21,22 @@ *****************************************************************************/ // mapnik + +#include // needed by msvc +#include // needed by msvc +#include #include #include #include // boost #include +#if defined(BOOST_REGEX_HAS_ICU) +#include // for u32regex +#endif // icu -#include +#include // for UnicodeString namespace mapnik