Skip to content

Commit 33f4bcb

Browse files
committed
Platform: add std.iomanip on Windows
Add the missing submodule for `iomanip` on Windows.
1 parent c5fc76d commit 33f4bcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,11 @@ module std [system] {
409409
export *
410410
}
411411

412+
module iomanip {
413+
header "iomanip"
414+
export *
415+
}
416+
412417
module ios {
413418
header "ios"
414419
export *

0 commit comments

Comments
 (0)