From 5459c4a47b53e395b7a1b9e6959376eafc1a968a Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 27 Mar 2012 23:41:01 +0000 Subject: - Clean up SPMySQL and QueryKit inclusion and search methods, which should fix nightly builds - Fix warnings --- Source/SPDatabaseStructure.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/SPDatabaseStructure.h') diff --git a/Source/SPDatabaseStructure.h b/Source/SPDatabaseStructure.h index 52e43ec8..32435a01 100644 --- a/Source/SPDatabaseStructure.h +++ b/Source/SPDatabaseStructure.h @@ -23,9 +23,12 @@ // // More info at + +#import + @class SPMySQLConnection, SPDatabaseDocument; -@interface SPDatabaseStructure : NSObject { +@interface SPDatabaseStructure : NSObject { SPDatabaseDocument *delegate; SPMySQLConnection *mySQLConnection; -- cgit v1.2.3