X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/38fbf2fd31f5cd99b500914d6037b1d06b608645..0f5d89e82340278ed3d7d50029f37cab2c41a57e:/icuSources/samples/datefmt/util.h diff --git a/icuSources/samples/datefmt/util.h b/icuSources/samples/datefmt/util.h index 3a15a9e4..2fd538b9 100644 --- a/icuSources/samples/datefmt/util.h +++ b/icuSources/samples/datefmt/util.h @@ -10,6 +10,8 @@ #include "unicode/unistr.h" +using namespace icu; + // Verify that a UErrorCode is successful; exit(1) if not void check(UErrorCode& status, const char* msg);