mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
only include <unicode/unistr.h> if ICU >= 59 (attempting to fix current coverage build on travis).
This commit is contained in:
parent
9e58c89043
commit
093fcee6d1
@ -32,7 +32,12 @@
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
// icu
|
||||
#if (U_ICU_VERSION_MAJOR_NUM >= 59)
|
||||
#pragma GCC diagnostic push
|
||||
#include <mapnik/warning_ignore.hpp>
|
||||
#include <unicode/unistr.h>
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
struct UConverter;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user