Browse Source

Explicitly import dispatch

Chris Vanderschuere 7 years ago
parent
commit
76faf092af
1 changed files with 1 additions and 0 deletions
  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