ソースを参照

Use system import for FMDatabase

Blake Watters 10 年 前
コミット
2e6f227338
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/extra/fts3/FMDatabase+FTS3.h

+ 1 - 1
src/extra/fts3/FMDatabase+FTS3.h

@@ -6,7 +6,7 @@
 //  Copyright (c) 2014 Andrew Goodale. All rights reserved.
 //
 
-#import "FMDatabase.h"
+#import <FMDB/FMDatabase.h>
 
 /**
  Names of commands that can be issued against an FTS table.