Skip to content

Commit ee06b96

Browse files
committed
More precise Foundation imports
1 parent f4b9bc6 commit ee06b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SQLite/Core/Connection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// THE SOFTWARE.
2323
//
2424

25-
import Foundation
25+
import Foundation.NSUUID
2626
import Dispatch
2727
#if SQLITE_SWIFT_STANDALONE
2828
import sqlite3

SQLite/Typed/CoreFunctions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// THE SOFTWARE.
2323
//
2424

25-
import Foundation
25+
import Foundation.NSData
2626

2727

2828
extension ExpressionType where UnderlyingType : Number {

0 commit comments

Comments
 (0)