From 65c9b6a586c30ecb7d0455ee2a5efae0db472423 Mon Sep 17 00:00:00 2001 From: dankinsoid <30962149+dankinsoid@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:59:08 +0400 Subject: [PATCH] 1.27.2 --- Sources/SwiftAPIClient/Extensions/URLComponentBuilder.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/SwiftAPIClient/Extensions/URLComponentBuilder.swift b/Sources/SwiftAPIClient/Extensions/URLComponentBuilder.swift index cdabe25..b540070 100644 --- a/Sources/SwiftAPIClient/Extensions/URLComponentBuilder.swift +++ b/Sources/SwiftAPIClient/Extensions/URLComponentBuilder.swift @@ -1,4 +1,7 @@ import Foundation +#if canImport(FoundationNetworking) +import FoundationNetworking +#endif /// A protocol that defines a type capable of configuring URLComponents. public protocol URLComponentBuilder {