Skip to content

Commit b9d5626

Browse files
committed
Fix modules build
1 parent ce7ef10 commit b9d5626

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

libcxx/include/module.modulemap.in

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,12 @@ module std [system] {
16541654
module destroy { header "__memory/destroy.h" }
16551655
module destruct_n { header "__memory/destruct_n.h" }
16561656
module fwd { header "__fwd/memory.h" }
1657-
module indirect { header "__memory/indirect.h" }
1657+
module indirect {
1658+
header "__memory/indirect.h"
1659+
export std.memory.allocator
1660+
export std.compare.ordering
1661+
export std.utility.in_place
1662+
}
16581663
module inout_ptr { header "__memory/inout_ptr.h" }
16591664
module is_sufficiently_aligned { header "__memory/is_sufficiently_aligned.h" }
16601665
module noexcept_move_assign_container { header "__memory/noexcept_move_assign_container.h" }

0 commit comments

Comments
 (0)