]> granicus.if.org Git - icu/commitdiff
ICU-10644 Add missing #include of platform.h
authorAndy Heninger <andy.heninger@gmail.com>
Wed, 22 Jan 2014 19:05:23 +0000 (19:05 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Wed, 22 Jan 2014 19:05:23 +0000 (19:05 +0000)
X-SVN-Rev: 34968

icu4c/source/tools/toolutil/toolutil.cpp

index 038f21b52ae9b84c5ecfed6ae1762b761453ba62..0dbdaaeb0ee73f8016b84a1c5ee7223fe6d39a97 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1999-2013, International Business Machines
+*   Copyright (C) 1999-2014, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -18,6 +18,7 @@
 *   This file contains utility functions for ICU tools like genccode.
 */
 
+#include "unicode/platform.h"
 #if U_PLATFORM == U_PF_MINGW
 // *cough* - for struct stat
 #ifdef __STRICT_ANSI__