Prechádzať zdrojové kódy

Use system import for FMDatabase

Blake Watters 10 rokov pred
rodič
commit
2e6f227338
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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.