]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/datefmt/util.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / samples / datefmt / util.h
index 3a15a9e43d5fc3426aa5d303d63bfec62026ad64..2fd538b9ed71555d06aa68e94fcf20f3939c697c 100644 (file)
@@ -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);