X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f3c0d7a59d99c2a94c6b8822291f0e42be3773c9..4f1e1a09ce4daed860e35d359ce2fceccb0764e8:/icuSources/samples/break/break.cpp diff --git a/icuSources/samples/break/break.cpp b/icuSources/samples/break/break.cpp index 4965aace..8b4ad613 100644 --- a/icuSources/samples/break/break.cpp +++ b/icuSources/samples/break/break.cpp @@ -17,8 +17,9 @@ #include #include -U_CFUNC int c_main(void); +using namespace icu; +U_CFUNC int c_main(void); void printUnicodeString(const UnicodeString &s) { char charBuf[1000];