Skip to content

Commit 21aaaad

Browse files
committed
Fix no Foundation import error
withouth import Foundation sometimes will cause Compile Error
1 parent d304343 commit 21aaaad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SQLite/Foundation.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
// THE SOFTWARE.
2323
//
2424

25+
import Foundation
26+
2527
extension NSData : Value {
2628

2729
public class var declaredDatatype: String {
@@ -101,4 +103,4 @@ extension Row {
101103
return get(column)
102104
}
103105

104-
}
106+
}

0 commit comments

Comments
 (0)