fixup includes in expression_string.cpp

This commit is contained in:
Dane Springmeyer 2013-01-10 19:52:24 -08:00
parent f6805944fb
commit 25bfc45bef

View file

@ -21,15 +21,22 @@
*****************************************************************************/
// mapnik
#include <mapnik/config.hpp> // needed by msvc
#include <mapnik/expression_string.hpp> // needed by msvc
#include <mapnik/expression_node_types.hpp>
#include <mapnik/expression_node.hpp>
#include <mapnik/attribute.hpp>
#include <mapnik/value.hpp>
// boost
#include <boost/variant.hpp>
#if defined(BOOST_REGEX_HAS_ICU)
#include <boost/regex/icu.hpp> // for u32regex
#endif
// icu
#include <unicode/uversion.h>
#include <unicode/unistr.h> // for UnicodeString
namespace mapnik