forked from OSchip/llvm-project
[libc++] NFC: Add missing all.h to the modulemap
This commit is contained in:
parent
39f8a792f0
commit
87dbe6c4ef
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue