From fee61d50ab9411c5b07b5e3e4410109122979981 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Mon, 15 May 2023 17:38:45 +0000 Subject: [PATCH] [gn build] Port b049fc0481bc --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 700f01b..5a928fd 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -153,6 +153,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/pstl_backends/cpu_backends/for_each.h", "__algorithm/pstl_backends/cpu_backends/serial.h", "__algorithm/pstl_backends/cpu_backends/transform.h", + "__algorithm/pstl_copy.h", "__algorithm/pstl_fill.h", "__algorithm/pstl_find.h", "__algorithm/pstl_for_each.h", -- 2.7.4