mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-10644 Add missing #include of platform.h
X-SVN-Rev: 34968
This commit is contained in:
parent
1223df27e0
commit
1c67f2b859
1 changed files with 2 additions and 1 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Reference in a new issue