1
0
Fork 0

make icu compile with recent clang++

This commit is contained in:
Jan Steemann 2014-04-08 10:43:04 +02:00
parent 58baf0fbfe
commit b49c2598c3
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
#ifdef __cplusplus
#ifdef __clang__
typedef struct { long double x, y; } __float128;
#endif
#include "unicode/errorcode.h"
U_NAMESPACE_BEGIN