From d59809de16c36a7c955b305cfd2214614b2f51d6 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot <llvmgnsyncbot@gmail.com> Date: Mon, 13 Jun 2022 10:23:45 +0000 Subject: [PATCH] [gn build] Port 988682a3892e --- 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 5ffdf2c57902..6aafed7c2cd0 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -113,6 +113,7 @@ if (current_toolchain == default_toolchain) { "__algorithm/is_sorted.h", "__algorithm/is_sorted_until.h", "__algorithm/iter_swap.h", + "__algorithm/iterator_operations.h", "__algorithm/lexicographical_compare.h", "__algorithm/lower_bound.h", "__algorithm/make_heap.h",