summaryrefslogtreecommitdiff
path: root/libcxx/include/module.modulemap.in
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/module.modulemap.in')
-rw-r--r--libcxx/include/module.modulemap.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/include/module.modulemap.in b/libcxx/include/module.modulemap.in
index 6b7bba1d1d41..33baaf6efead 100644
--- a/libcxx/include/module.modulemap.in
+++ b/libcxx/include/module.modulemap.in
@@ -320,6 +320,12 @@ module std [system] {
module partition_point { private header "__algorithm/partition_point.h" }
module pop_heap { private header "__algorithm/pop_heap.h" }
module prev_permutation { private header "__algorithm/prev_permutation.h" }
+ module pstl {
+ private header "__algorithm/pstl_backends/cpu_backend.h"
+ private header "__algorithm/pstl_backends/cpu_backends/backend.h"
+ private header "__algorithm/pstl_backends/cpu_backends/for_each.h"
+ private header "__algorithm/pstl_backends/cpu_backends/serial.h"
+ }
module push_heap { private header "__algorithm/push_heap.h" }
module ranges_adjacent_find { private header "__algorithm/ranges_adjacent_find.h" }
module ranges_all_of { private header "__algorithm/ranges_all_of.h" }