[libc++] Fix std::lower_bound with C++20-hostile iterators
Reviewed By: EricWF, #libc
Spies: sstefan1, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D127577
NOKEYCHECK=True
GitOrigin-RevId: 988682a3892e0d1cd13256ca985d8a8c60ca2bd6
diff --git a/include/module.modulemap.in b/include/module.modulemap.in
index f146703..a128024 100644
--- a/include/module.modulemap.in
+++ b/include/module.modulemap.in
@@ -280,6 +280,7 @@
module is_sorted { private header "__algorithm/is_sorted.h" }
module is_sorted_until { private header "__algorithm/is_sorted_until.h" }
module iter_swap { private header "__algorithm/iter_swap.h" }
+ module iterator_operations { private header "__algorithm/iterator_operations.h" }
module lexicographical_compare { private header "__algorithm/lexicographical_compare.h" }
module lower_bound { private header "__algorithm/lower_bound.h" }
module make_heap { private header "__algorithm/make_heap.h" }