diff --git a/Tests/MustacheTests/SpecTests.swift b/Tests/MustacheTests/SpecTests.swift index 8a6ab7f..ca4efbf 100644 --- a/Tests/MustacheTests/SpecTests.swift +++ b/Tests/MustacheTests/SpecTests.swift @@ -13,7 +13,7 @@ //===----------------------------------------------------------------------===// import Foundation -#if os(Linux) +#if os(Linux) || os(Windows) import FoundationNetworking #endif import Mustache