X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f3c0d7a59d99c2a94c6b8822291f0e42be3773c9..cecc3f9394f261e71def48cf396d137687dbd0a7:/icuSources/samples/msgfmt/util.cpp diff --git a/icuSources/samples/msgfmt/util.cpp b/icuSources/samples/msgfmt/util.cpp index fb353a01..7966e7ab 100644 --- a/icuSources/samples/msgfmt/util.cpp +++ b/icuSources/samples/msgfmt/util.cpp @@ -12,6 +12,8 @@ #include #include +using namespace icu; + // Verify that a UErrorCode is successful; exit(1) if not void check(UErrorCode& status, const char* msg) { if (U_FAILURE(status)) {