소스 검색

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"