[libc++] NFC: Add missing all.h to the modulemap

This commit is contained in:
Louis Dionne 2021-06-22 13:47:32 -04:00
parent 39f8a792f0
commit 87dbe6c4ef
1 changed files with 1 additions and 0 deletions

View File

@ -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" }