Skip to content

Commit 66d4c76

Browse files
author
Florian Pitz
committed
first try
1 parent b8a8673 commit 66d4c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLiteObjc/include/SQLiteObjc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#if defined(SQLITE_SWIFT_STANDALONE)
2727
@import sqlite3;
2828
#else
29-
@import SQLite3;
29+
@import SQLCipher.sqlite3;
3030
#endif
3131

3232
NS_ASSUME_NONNULL_BEGIN

0 commit comments

Comments
 (0)