diff --git a/Sources/Hermes/Hermes.swift b/Sources/Hermes/Hermes.swift index 469c94b..5e4384c 100644 --- a/Sources/Hermes/Hermes.swift +++ b/Sources/Hermes/Hermes.swift @@ -5,6 +5,9 @@ // import Foundation +#if canImport(FoundationNetworking) +import FoundationNetworking +#endif public enum NetworkError: Error { case badRequest