From e21c1b470672fd21862349c659361ee6a439a637 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Wed, 8 Jun 2022 10:19:18 +0000 Subject: [PATCH] [gn build] Port 916e9052ba95 --- 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 c094a64..46a1c7a 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -123,6 +123,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/pop_heap.h", "__algorithm/prev_permutation.h", "__algorithm/push_heap.h", + "__algorithm/ranges_adjacent_find.h", "__algorithm/ranges_all_of.h", "__algorithm/ranges_any_of.h", "__algorithm/ranges_binary_search.h", -- 2.7.4