Add FoundationNetworking to Windows

This commit is contained in:
Adam Fowler
2024-07-20 18:47:40 +01:00
parent 6bfffe2098
commit f13bd839a1

View File

@@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
import Foundation import Foundation
#if os(Linux) #if os(Linux) || os(Windows)
import FoundationNetworking import FoundationNetworking
#endif #endif
import Mustache import Mustache