Skip to content

Commit d44d186

Browse files
committed
Add missing import of Network module
In swift-server#794, the new Swift compiler feature `MemberImportVisibility` was adopted. However, CI for this project does not test building the package with the nightly compiler on macOS, so it was missed that the project no longer builds on macOS due to a missing import.
1 parent f38c2fe commit d44d186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/AsyncHTTPClient/ConnectionPool/HTTPConnectionPool+Factory.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import NIOSSL
2222
import NIOTLS
2323

2424
#if canImport(Network)
25+
import Network
2526
import NIOTransportServices
2627
#endif
2728

0 commit comments

Comments
 (0)