summaryrefslogtreecommitdiff
blob: 0233eb4e3fddf5a73a1aae10ea6cde70b567d951 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/mapnik/unicode.hpp	2017-10-31 17:53:23.507237672 +0100
+++ b/include/mapnik/unicode.hpp	2017-10-31 17:53:47.096237053 +0100
@@ -31,6 +31,8 @@
 // std
 #include <cstdint>
 #include <string>
+// icu
+#include <unicode/unistr.h>
 
 struct UConverter;