From ffecf916d57ba9f741b100b86a1c195c5e4098f1 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Mon, 11 Jul 2022 06:02:59 +0000 Subject: [PATCH] [gn build] Port 96b674f23cd6 --- 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 5a4d2c1c08ef..99c4734e0e7b 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -184,6 +184,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/ranges_replace_if.h", "__algorithm/ranges_reverse.h", "__algorithm/ranges_set_difference.h", + "__algorithm/ranges_set_intersection.h", "__algorithm/ranges_sort.h", "__algorithm/ranges_sort_heap.h", "__algorithm/ranges_stable_sort.h",