Skip to content

Commit 8b2ae5d

Browse files
committed
add Foundation
1 parent 028715b commit 8b2ae5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Helpers/URLSession+AsyncAwait.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Foundation
2+
13
#if compiler(<6)
24
import HTTPTypes
35
import HTTPTypesFoundation
@@ -49,7 +51,6 @@
4951
#endif
5052

5153
#if canImport(FoundationNetworking) && compiler(<6)
52-
import Foundation
5354
import FoundationNetworking
5455

5556
/// A set of errors that can be returned from the

0 commit comments

Comments
 (0)