From fce318ae4fa06334b14ef26c7e52a6b3cd7258d4 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Mon, 15 May 2023 18:29:43 +0000 Subject: [PATCH] [gn build] Port 205175578e0d --- 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 5a928fd..e9a8f83 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -241,6 +241,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_sort_heap.h", "__algorithm/ranges_stable_partition.h", "__algorithm/ranges_stable_sort.h", + "__algorithm/ranges_starts_with.h", "__algorithm/ranges_swap_ranges.h", "__algorithm/ranges_transform.h", "__algorithm/ranges_unique.h", -- 2.7.4