]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/msgfmt/util.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / samples / msgfmt / util.h
index 2d9c4c724e2c4c8aa7a0f3bea4d7f1b2159878cc..590e545eae7855474060a1babe293832dd94b329 100644 (file)
@@ -1,11 +1,17 @@
-/********************************************************************
+/**********************************************************************
+ * © 2016 and later: Unicode, Inc. and others.
+ * License & terms of use: http://www.unicode.org/copyright.html#License
+ ***********************************************************************
+ ***********************************************************************
  * COPYRIGHT:
  * Copyright (c) 1999-2002, International Business Machines Corporation and
  * others. All Rights Reserved.
- ********************************************************************/
+ ***********************************************************************/
 
 #include "unicode/unistr.h"
 
+using namespace icu;
+
 // Verify that a UErrorCode is successful; exit(1) if not
 void check(UErrorCode& status, const char* msg);