From: Andy Heninger Date: Wed, 22 Jan 2014 19:05:23 +0000 (+0000) Subject: ICU-10644 Add missing #include of platform.h X-Git-Tag: milestone-59-0-1~2220 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c67f2b859e37ae4ba4e81e78cd2ff9687314f73;p=icu ICU-10644 Add missing #include of platform.h X-SVN-Rev: 34968 --- diff --git a/icu4c/source/tools/toolutil/toolutil.cpp b/icu4c/source/tools/toolutil/toolutil.cpp index 038f21b52ae..0dbdaaeb0ee 100644 --- a/icu4c/source/tools/toolutil/toolutil.cpp +++ b/icu4c/source/tools/toolutil/toolutil.cpp @@ -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__