NIOPosix: add missing import for Windows (#2188)

Add an import of `NIOCore` on Windows which mirrors the other platforms.
This greatly reduces the noise in the error list.

Co-authored-by: Cory Benfield <lukasa@apple.com>
This commit is contained in:
Saleem Abdulrasool 2022-06-14 04:37:27 -07:00 committed by GitHub
parent 7fbaed6f4a
commit b393d39603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
//
//===----------------------------------------------------------------------===//
import NIOCore
#if os(Windows)
import ucrt