Skip to content

Commit 09531e3

Browse files
committed
[libc++] Add missing include of <wchar.h> in POSIX locale fallbacks
1 parent e2bb91b commit 09531e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/__support/xlocale/__posix_l_fallback.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <time.h>
2222

2323
#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
24+
# include <wchar.h>
2425
# include <wctype.h>
2526
#endif
2627

0 commit comments

Comments
 (0)