This website works better with JavaScript
Home
Explore
Help
Sign In
mirror
/
grpc-swift
mirror of
https://github.com/grpc/grpc-swift.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Explicitly import dispatch
Chris Vanderschuere
7 years ago
parent
0bd14d84f1
commit
76faf092af
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Sources/SwiftGRPC/Core/Channel.swift
+ 1
- 0
Sources/SwiftGRPC/Core/Channel.swift
View File
@@ -15,6 +15,7 @@
*/
#if SWIFT_PACKAGE
import CgRPC
+ import Dispatch
#endif
import Foundation