From ce357fd4ee7f1f0b054d01166329b5b3d0d91441 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Mon, 1 May 2023 16:04:47 +0000 Subject: [PATCH] [gn build] Port 824391693cbb --- 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 78d4f0d..d189233 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -145,6 +145,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/pop_heap.h", "__algorithm/prev_permutation.h", "__algorithm/pstl_any_all_none_of.h", + "__algorithm/pstl_find.h", "__algorithm/pstl_for_each.h", "__algorithm/push_heap.h", "__algorithm/ranges_adjacent_find.h", -- 2.7.4