瀏覽代碼

Merge branch 'candidate-7.2.8' into candidate-7.2.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 6 年之前
父節點
當前提交
f54de1e17a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      plugins/unicodelib/unicodelib.cpp

+ 2 - 0
plugins/unicodelib/unicodelib.cpp

@@ -41,7 +41,9 @@ using icu::RuleBasedCollator;
 using icu::CollationElementIterator;
 using icu::StringCharacterIterator;
 using icu::RuleBasedBreakIterator;
+#if U_ICU_VERSION_MAJOR_NUM >= 44
 using icu::Normalizer2;
+#endif
 using icu::CharacterIterator;
 
 #define UNICODELIB_VERSION "UNICODELIB 1.1.06"