X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/9d88c94317aeac5dd26c1dbe8c2112dbe855d2b5..73c04bcfe1096173b00431f0cdc742894b15eef0:/icuSources/i18n/funcrepl.h diff --git a/icuSources/i18n/funcrepl.h b/icuSources/i18n/funcrepl.h index c9cfe605..af6a3fc4 100644 --- a/icuSources/i18n/funcrepl.h +++ b/icuSources/i18n/funcrepl.h @@ -8,6 +8,9 @@ ********************************************************************** */ +#ifndef FUNCREPL_H +#define FUNCREPL_H + #include "unicode/utypes.h" #if !UCONFIG_NO_TRANSLITERATION @@ -118,5 +121,6 @@ class U_I18N_API FunctionReplacer : public UnicodeFunctor, public UnicodeReplace U_NAMESPACE_END #endif /* #if !UCONFIG_NO_TRANSLITERATION */ +#endif //eof