]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/rbt_data.cpp
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / i18n / rbt_data.cpp
index 42fa1ab96bca0b65a0a5aca98ff3798d7124e5cb..7902cbe4531ffcacde0dc5f7718f3e16d59704f0 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 1999, International Business Machines
+*   Copyright (C) 1999-2004, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -9,6 +9,7 @@
 */
 
 #include "unicode/utypes.h"
+#include "umutex.h"
 
 #if !UCONFIG_NO_TRANSLITERATION
 
@@ -103,6 +104,7 @@ TransliterationRuleData::lookupReplacer(UChar32 standIn) const {
     return (f != 0) ? f->toReplacer() : 0;
 }
 
+
 U_NAMESPACE_END
 
 #endif /* #if !UCONFIG_NO_TRANSLITERATION */