From 25bfc45bef78ab8c0e039858b2a98011db16d312 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 10 Jan 2013 19:52:24 -0800 Subject: [PATCH] fixup includes in expression_string.cpp --- src/expression_string.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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