[libc++] NFC: Add missing all.h to the modulemap
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 22 Jun 2021 17:47:32 +0000 (13:47 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 22 Jun 2021 17:47:41 +0000 (13:47 -0400)
libcxx/include/module.modulemap

index de3daf8..dc89843 100644 (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"                 }