[libcxx][ranges] Add `ranges::common_view`.
Differential Revision: https://reviews.llvm.org/D105753
NOKEYCHECK=True
GitOrigin-RevId: e5d8b93e5a25072ec27260e162f5a036a2c32dc2
diff --git a/include/module.modulemap b/include/module.modulemap
index 982002e..11cabad 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -613,6 +613,7 @@
module __ranges {
module access { private header "__ranges/access.h" }
module all { private header "__ranges/all.h" }
+ module common_view { private header "__ranges/common_view.h" }
module concepts { private header "__ranges/concepts.h" }
module copyable_box { private header "__ranges/copyable_box.h" }
module dangling { private header "__ranges/dangling.h" }