From 4ac4c6f2e12ddc8bf5e750671321458218b6e0c8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 13 Aug 2012 10:52:52 -0400 Subject: [PATCH] Fix ICU build with older ICUs --- src/hb-icu.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/hb-icu.cc b/src/hb-icu.cc index 4bb7af2..e9b8abc 100644 --- a/src/hb-icu.cc +++ b/src/hb-icu.cc @@ -33,11 +33,16 @@ #include "hb-unicode-private.hh" -#include #include #include #include +#include +#ifndef U_ICU_VERSION_MAJOR_NUM +/* I wish ICU had stronger stability guarantees. Oh well... */ +#include +#endif + hb_script_t -- 2.7.4