summarylogtreecommitdiffstats
path: root/icu.clang.float128.patch
blob: ff74bff454fbb4e95ff8bdea527beff13418c6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git source/tools/toolutil/toolutil.cpp source/tools/toolutil/toolutil.cpp
index 038f21b..0dbdaae 100644
--- source/tools/toolutil/toolutil.cpp
+++ 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__