Skip to content

Commit f72d41b

Browse files
authored
[libc] Add missing include in type_traits/remove_all_extents.h (llvm#65626)
1 parent 48fcfaf commit f72d41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/__support/CPP/type_traits/remove_all_extents.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include "src/__support/CPP/type_traits/type_identity.h"
1212
#include "src/__support/macros/config.h"
1313

14+
#include <stddef.h> // size_t
15+
1416
namespace __llvm_libc::cpp {
1517

1618
// remove_all_extents

0 commit comments

Comments
 (0)