Преглед изворни кода

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.