ICU-10644 Add missing #include of platform.h

X-SVN-Rev: 34968
This commit is contained in:
Andy Heninger 2014-01-22 19:05:23 +00:00
parent 1223df27e0
commit 1c67f2b859

View 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__