From 0576c2fcca6ddfa04c9a7c6a3d76f3e51cf88919 Mon Sep 17 00:00:00 2001 From: sqlprodev Date: Tue, 27 Mar 2012 21:02:15 +0000 Subject: tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR --- Source/SPTableData.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/SPTableData.m') diff --git a/Source/SPTableData.m b/Source/SPTableData.m index b2626057..ac40d94e 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -30,7 +30,11 @@ #import "SPAlertSheets.h" #import "RegexKitLite.h" #import "SPServerSupport.h" +#ifndef SP_REFACTOR #import "SPMySQL.h" +#else +#import +#endif #include @interface SPTableData (PrivateAPI) -- cgit v1.2.3