From 7cc85f4d7e5be12482c74feaaf8f8d171ff200e6 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 8 Mar 2022 22:21:17 +0000 Subject: [PATCH] [gn build] Port c2cd15a66531 --- 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 0948c9d5dd2c..058341a263bc 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/push_heap.h", "__algorithm/ranges_max_element.h", "__algorithm/ranges_min_element.h", + "__algorithm/ranges_mismatch.h", "__algorithm/ranges_swap_ranges.h", "__algorithm/remove.h", "__algorithm/remove_copy.h",