Ver código fonte

Explicitly import dispatch

Chris Vanderschuere 7 anos atrás
pai
commit
76faf092af
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Sources/SwiftGRPC/Core/Channel.swift

+ 1 - 0
Sources/SwiftGRPC/Core/Channel.swift

@@ -15,6 +15,7 @@
  */
 #if SWIFT_PACKAGE
   import CgRPC
+  import Dispatch
 #endif
 import Foundation