Skip to content

Commit

Permalink
[libc++] Add missing include of <string.h> in POSIX fallbacks for locale
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Feb 5, 2024
1 parent abea3b2 commit daea082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/include/__support/xlocale/__posix_l_fallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <__config>
#include <ctype.h>
#include <string.h>
#include <time.h>

#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
Expand Down

0 comments on commit daea082

Please sign in to comment.