mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
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:
parent
2f358ce4bb
commit
173981e642
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue