From 63ee2f840b742b6fb884464cc897e270874d5024 Mon Sep 17 00:00:00 2001 From: Steven Klassen Date: Wed, 1 Jun 2022 12:27:45 -0600 Subject: [PATCH] Got it building on linux --- Sources/CrestLib/Operation.swift | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sources/CrestLib/Operation.swift b/Sources/CrestLib/Operation.swift index 20b7e81..862db74 100644 --- a/Sources/CrestLib/Operation.swift +++ b/Sources/CrestLib/Operation.swift @@ -9,8 +9,13 @@ import AsyncHTTPClient import Foundation import KSSFoundation import NIO +import NIOFoundationCompat import NIOHTTP1 +#if canImport(FoundationXML) + import FoundationXML +#endif + public struct Operation { public let url: URL