]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/rbt_data.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / i18n / rbt_data.h
index 9ceaf812ba85f4b9a40d62d7138ada488b697a4f..9da86890d4a631b4c6f676b6bd40897bdcb34d9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-* Copyright (C) {1999}, International Business Machines Corporation and others. All Rights Reserved.
+* Copyright (C) 1999-2004, International Business Machines Corporation and others. All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
 *   11/17/99    aliu        Creation.
@@ -9,6 +9,7 @@
 #define RBT_DATA_H
 
 #include "unicode/utypes.h"
+#include "unicode/uclean.h"
 
 #if !UCONFIG_NO_TRANSLITERATION
 
@@ -129,6 +130,7 @@ public:
      */
     UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
 
+
 private:
     TransliterationRuleData &operator=(const TransliterationRuleData &other); // forbid copying of this class
 };