We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a95ca commit 6112849Copy full SHA for 6112849
Sources/Dingbot/Dingbot.swift
@@ -3,6 +3,10 @@
3
//
4
5
import Foundation
6
+#if canImport(FoundationNetworking)
7
+import FoundationNetworking
8
+#endif
9
+
10
#if os(Linux)
11
import Crypto
12
#else
0 commit comments