]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/extra/scrptrun/scrptrun.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / extra / scrptrun / scrptrun.h
index 0ef5df24bbf7adbde5ad0ad0830e596356defdff..ac6bfe327e857fcf5a58beaf94e1630f6b8cae29 100644 (file)
@@ -20,6 +20,8 @@
 #include "unicode/uobject.h"
 #include "unicode/uscript.h"
 
+U_NAMESPACE_BEGIN
+
 struct ScriptRecord
 {
     UChar32 startChar;
@@ -152,5 +154,6 @@ inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length)
     reset(start, length);
 }
 
+U_NAMESPACE_END
 
 #endif