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 --- Frameworks/SPMySQLFramework/Source/SPMySQL.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Frameworks/SPMySQLFramework') diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQL.h b/Frameworks/SPMySQLFramework/Source/SPMySQL.h index 3c4c78f8..bfdacf3e 100644 --- a/Frameworks/SPMySQLFramework/Source/SPMySQL.h +++ b/Frameworks/SPMySQLFramework/Source/SPMySQL.h @@ -37,7 +37,11 @@ #import "SPMySQLConstants.h" // Required category additions +#ifndef SP_REFACTOR #import "SPMySQLStringAdditions.h" +#else +#import +#endif // MySQL Connection Delegate and Proxy protocols #import "SPMySQLConnectionDelegate.h" -- cgit v1.2.3