Skip to content

Commit 84a0cba

Browse files
committed
missing include on windows for error reporting
1 parent d6ed553 commit 84a0cba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stdlib/public/Concurrency/TaskGroup.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
#include <android/log.h>
4646
#endif
4747

48+
#if defined(_WIN32)
49+
#include <io.h>
50+
#endif
51+
4852
#include <assert.h>
4953
#if SWIFT_CONCURRENCY_ENABLE_DISPATCH
5054
#include <dispatch/dispatch.h>

0 commit comments

Comments
 (0)