Include missing import to Foundation

This commit is contained in:
Kyle Fuller
2015-10-21 21:59:40 -07:00
parent f0abd34c32
commit 7d5d226017

View File

@@ -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)