We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c5e7b commit 38d21e5Copy full SHA for 38d21e5
1 file changed
Sources/CBOR/CBOR.swift
@@ -8,6 +8,8 @@ import Foundation
8
import Darwin
9
#elseif canImport(Glibc)
10
import Glibc
11
+#elseif os(Windows)
12
+import ucrt
13
#endif
14
15
// MARK: - CBOR Type
0 commit comments