Browse Source

Use system import for FMDatabase

Blake Watters 10 years ago
parent
commit
2e6f227338
1 changed files with 1 additions and 1 deletions
  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.