浏览代码

Explicitly import dispatch

Chris Vanderschuere 7 年之前
父节点
当前提交
76faf092af
共有 1 个文件被更改,包括 1 次插入0 次删除
  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