Skip to content

Commit 56e8073

Browse files
committed
module-map
1 parent edd6ccb commit 56e8073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/module.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ module std [system] {
487487
module prev_permutation { header "__algorithm/prev_permutation.h" }
488488
module pstl { header "__algorithm/pstl.h" }
489489
module push_heap { header "__algorithm/push_heap.h" }
490+
module radix_sort { header "__algorithm/radix_sort.h" }
490491
module ranges_adjacent_find { header "__algorithm/ranges_adjacent_find.h" }
491492
module ranges_all_of { header "__algorithm/ranges_all_of.h" }
492493
module ranges_any_of { header "__algorithm/ranges_any_of.h" }

0 commit comments

Comments
 (0)