Skip to content

Commit 0ff5262

Browse files
authored
Merge pull request #437 from p2/master
Add missing imports
2 parents f52bdc2 + c5a1e38 commit 0ff5262

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SQLite/Core/Connection.swift

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

25+
import Foundation.NSUUID
2526
import Dispatch
2627
#if SQLITE_SWIFT_STANDALONE
2728
import sqlite3

SQLite/Typed/CoreFunctions.swift

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

25+
import Foundation.NSData
26+
27+
2528
extension ExpressionType where UnderlyingType : Number {
2629

2730
/// Builds a copy of the expression wrapped with the `abs` function.

0 commit comments

Comments
 (0)