Skip to content

Commit dd3581e

Browse files
committed
module-map
1 parent d95ecbd commit dd3581e

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
@@ -486,6 +486,7 @@ module std [system] {
486486
module prev_permutation { header "__algorithm/prev_permutation.h" }
487487
module pstl { header "__algorithm/pstl.h" }
488488
module push_heap { header "__algorithm/push_heap.h" }
489+
module radix_sort { header "__algorithm/radix_sort.h" }
489490
module ranges_adjacent_find { header "__algorithm/ranges_adjacent_find.h" }
490491
module ranges_all_of { header "__algorithm/ranges_all_of.h" }
491492
module ranges_any_of { header "__algorithm/ranges_any_of.h" }

0 commit comments

Comments
 (0)