Skip to content

Commit daea082

Browse files
committed
[libc++] Add missing include of <string.h> in POSIX fallbacks for locale
1 parent abea3b2 commit daea082

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
@@ -17,6 +17,7 @@
1717

1818
#include <__config>
1919
#include <ctype.h>
20+
#include <string.h>
2021
#include <time.h>
2122

2223
#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS

0 commit comments

Comments
 (0)