Browse Source

Merge branch 'candidate-7.2.x'

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 6 years ago
parent
commit
9545806e6b
1 changed files with 2 additions and 0 deletions
  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"