Include missing import to Foundation
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
import Foundation
|
||||||
|
|
||||||
|
|
||||||
public enum Token : Equatable {
|
public enum Token : Equatable {
|
||||||
/// A token representing a piece of text.
|
/// A token representing a piece of text.
|
||||||
case Text(value:String)
|
case Text(value:String)
|
||||||
|
|||||||
Reference in New Issue
Block a user