From 87dbe6c4ef4fdaac093ff82a7bd2b2ca2cf5bc3a Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 22 Jun 2021 13:47:32 -0400 Subject: [PATCH] [libc++] NFC: Add missing all.h to the modulemap --- libcxx/include/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap index de3daf8..dc89843 100644 --- a/libcxx/include/module.modulemap +++ b/libcxx/include/module.modulemap @@ -555,6 +555,7 @@ module std [system] { module __ranges { module access { header "__ranges/access.h" } + module all { header "__ranges/all.h" } module concepts { header "__ranges/concepts.h" } module data { header "__ranges/data.h" } module empty { header "__ranges/empty.h" } -- 2.7.4