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 {