aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/tuple
diff options
context:
space:
mode:
authorIan Anderson <iana@apple.com>2023-06-05 12:32:07 -0700
committerIan Anderson <iana@apple.com>2023-07-07 14:09:27 -0700
commit67b37af4cd5d9da20fd8aa6368f2f0a77d1dc4c8 (patch)
treefce07fad95f4c4f6c10908e5357ff5fc1e9b8c95 /libcxx/include/tuple
parentc636274e273febf051f6776175cde16684b25d23 (diff)
downloadllvm-67b37af4cd5d9da20fd8aa6368f2f0a77d1dc4c8.zip
llvm-67b37af4cd5d9da20fd8aa6368f2f0a77d1dc4c8.tar.gz
llvm-67b37af4cd5d9da20fd8aa6368f2f0a77d1dc4c8.tar.bz2
[libc++][Modules] Add missing __fwd includes
A few __fwd includes are missing from public modules that will become noticeable when the private submodules are split into their own top level modules (D144322). Add the missing includes. Reviewed By: ldionne, philnik, #libc Differential Revision: https://reviews.llvm.org/D153216
Diffstat (limited to 'libcxx/include/tuple')
-rw-r--r--libcxx/include/tuple1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/tuple b/libcxx/include/tuple
index 8f01eec..e138f0a 100644
--- a/libcxx/include/tuple
+++ b/libcxx/include/tuple
@@ -207,6 +207,7 @@ template <class... Types>
#include <__config>
#include <__functional/invoke.h>
#include <__fwd/array.h>
+#include <__fwd/get.h>
#include <__fwd/tuple.h>
#include <__memory/allocator_arg_t.h>
#include <__memory/uses_allocator.h>