Skip to content

Commit 18f612f

Browse files
committed
Fix imports in ConnectionPool.swift
1 parent ccc20e5 commit 18f612f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SQLite/Core/ConnectionPool.swift

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

25-
import Foundation
25+
import Dispatch
26+
import CSQLite
2627

2728

2829
private let vfsName = "unix-excl"

0 commit comments

Comments
 (0)