Skip to content

Commit

Permalink
[libc++][NFC] Add missing include <cstring> in char_traits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Nov 17, 2022
1 parent 3053a32 commit 3de4689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/include/__string/char_traits.h
Expand Up @@ -22,6 +22,7 @@
#include <cstddef>
#include <cstdint>
#include <cstdio>
#include <cstring>
#include <iosfwd>

#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
Expand Down

0 comments on commit 3de4689

Please sign in to comment.