Skip to content

Commit cde9930

Browse files
authored
Merge pull request swiftlang#2417 from compnerd/windows-plz
FoundationNetworking: repair the build on Windows
2 parents 06ccad8 + 066a001 commit cde9930

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Foundation/HTTPCookie.swift

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ import SwiftFoundation
1313
import Foundation
1414
#endif
1515

16+
#if os(Windows)
17+
import WinSDK
18+
#endif
19+
1620
public struct HTTPCookiePropertyKey : RawRepresentable, Equatable, Hashable {
1721
public private(set) var rawValue: String
1822

0 commit comments

Comments
 (0)