ICU-12822 digitlst.cpp depends on <string> to include <locale.h> on windows. Include it explicitly

X-SVN-Rev: 39486
This commit is contained in:
Steven R. Loomis 2016-10-27 01:35:55 +00:00
parent 2f358ce4bb
commit 173981e642

View file

@ -60,8 +60,8 @@
# endif
#endif
#if U_USE_STRTOD_L && !U_PLATFORM_USES_ONLY_WIN32_API
# if U_PLATFORM == U_PF_CYGWIN
#if U_USE_STRTOD_L
# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
# include <locale.h>
# else
# include <xlocale.h>