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
#if os(Linux)
#if os(Linux) || os(Windows)
import FoundationNetworking
#endif
import Mustache