From 1c67f2b859e37ae4ba4e81e78cd2ff9687314f73 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Wed, 22 Jan 2014 19:05:23 +0000 Subject: [PATCH] ICU-10644 Add missing #include of platform.h X-SVN-Rev: 34968 --- icu4c/source/tools/toolutil/toolutil.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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__ -- 2.40.0