From 796fb5f4512c38d3ae9dc46ef38c20d2db1c64a6 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 14 May 2024 08:15:32 -0700 Subject: [PATCH] Add missing include --- libcxx/include/vector | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxx/include/vector b/libcxx/include/vector index 987597a79f96c9..d14ab47ee97afd 100644 --- a/libcxx/include/vector +++ b/libcxx/include/vector @@ -335,6 +335,7 @@ template requires is-vector-bool-reference // Since C++ #include <__memory/allocate_at_least.h> #include <__memory/allocator_traits.h> #include <__memory/pointer_traits.h> +#include <__memory/relocate.h> #include <__memory/swap_allocator.h> #include <__memory/temp_value.h> #include <__memory/uninitialized_algorithms.h>