Explorar o código

support Swift 5.1 on Linux (#610)

Johannes Weiss %!s(int64=6) %!d(string=hai) anos
pai
achega
e3d8af46a2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Tests/SwiftGRPCNIOTests/NIOServerWebTests.swift

+ 3 - 0
Tests/SwiftGRPCNIOTests/NIOServerWebTests.swift

@@ -14,6 +14,9 @@
  * limitations under the License.
  */
 import Foundation
+#if canImport(FoundationNetworking)
+import FoundationNetworking
+#endif
 import NIO
 @testable import SwiftGRPCNIO
 import XCTest