Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Commit 0476b2d

Browse files
committed
add necessary Dispatch import
1 parent 81af432 commit 0476b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ArgumentParserKit/Classes/OutputByteStream.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
See http://swift.org/LICENSE.txt for license information
88
See http://swift.org/CONTRIBUTORS.txt for Swift project authors
99
*/
10+
import Dispatch
1011

1112
/// Convert an integer in 0..<16 to its hexadecimal ASCII character.
1213
private func hexdigit(_ value: UInt8) -> UInt8 {

0 commit comments

Comments
 (0)