Sfoglia il codice sorgente

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

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 6 anni fa
parent
commit
f54de1e17a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"