fixup includes in expression_string.cpp
This commit is contained in:
parent
f6805944fb
commit
25bfc45bef
1 changed files with 8 additions and 1 deletions
|
@ -21,15 +21,22 @@
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
// mapnik
|
// 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/expression_node.hpp>
|
||||||
#include <mapnik/attribute.hpp>
|
#include <mapnik/attribute.hpp>
|
||||||
#include <mapnik/value.hpp>
|
#include <mapnik/value.hpp>
|
||||||
|
|
||||||
// boost
|
// boost
|
||||||
#include <boost/variant.hpp>
|
#include <boost/variant.hpp>
|
||||||
|
#if defined(BOOST_REGEX_HAS_ICU)
|
||||||
|
#include <boost/regex/icu.hpp> // for u32regex
|
||||||
|
#endif
|
||||||
|
|
||||||
// icu
|
// icu
|
||||||
#include <unicode/uversion.h>
|
#include <unicode/unistr.h> // for UnicodeString
|
||||||
|
|
||||||
|
|
||||||
namespace mapnik
|
namespace mapnik
|
||||||
|
|
Loading…
Add table
Reference in a new issue