cloudant / swift-cloudant

A Swift Lang client for Cloudant and CouchDB
Apache License 2.0
42 stars 20 forks source link

Import Dispatch explicitly #158

Closed ianpartridge closed 7 years ago

ianpartridge commented 7 years ago

On Linux, Dispatch must be imported explicitly. Importing it on Darwin as well does no harm, so just add the import Dispatch to those files which use it.