From f13bd839a1193e6679e7fb5621cbaa127240ba36 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Sat, 20 Jul 2024 18:47:40 +0100 Subject: [PATCH] Add FoundationNetworking to Windows --- Tests/MustacheTests/SpecTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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