Commit b7feeac
committed
Add missing import of Network module
In #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 with the nightly
toolchain due to a missing import.1 parent f38c2fe commit b7feeac
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