aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2023-09-07 15:57:47 +0000
committerGitHub <noreply@github.com>2023-09-07 17:57:47 +0200
commitf72d41b5b17d0b65c95745da60b88c6911fccfab (patch)
tree10629fa3a9789d7f28ad11211d3bc1ef2d6232a8 /libc
parent48fcfaf2ba51618258a75e976896024fbb626240 (diff)
downloadllvm-f72d41b5b17d0b65c95745da60b88c6911fccfab.zip
llvm-f72d41b5b17d0b65c95745da60b88c6911fccfab.tar.gz
llvm-f72d41b5b17d0b65c95745da60b88c6911fccfab.tar.bz2
[libc] Add missing include in type_traits/remove_all_extents.h (#65626)
Diffstat (limited to 'libc')
-rw-r--r--libc/src/__support/CPP/type_traits/remove_all_extents.h2
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