Commit d44d186
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- Sources/AsyncHTTPClient/ConnectionPool
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments