diff options
| -rw-r--r-- | libc/src/__support/CPP/type_traits/remove_all_extents.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/src/__support/CPP/type_traits/remove_all_extents.h b/libc/src/__support/CPP/type_traits/remove_all_extents.h index 7799032..54b36a4 100644 --- a/libc/src/__support/CPP/type_traits/remove_all_extents.h +++ b/libc/src/__support/CPP/type_traits/remove_all_extents.h @@ -11,6 +11,8 @@ #include "src/__support/CPP/type_traits/type_identity.h" #include "src/__support/macros/config.h" +#include <stddef.h> // size_t + namespace __llvm_libc::cpp { // remove_all_extents |
