Skip to content

Commit 6112849

Browse files
committed
add FoundationNetworking
1 parent 57a95ca commit 6112849

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/Dingbot/Dingbot.swift

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
//
44

55
import Foundation
6+
#if canImport(FoundationNetworking)
7+
import FoundationNetworking
8+
#endif
9+
610
#if os(Linux)
711
import Crypto
812
#else

0 commit comments

Comments
 (0)