aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionDelegate.h')
-rw-r--r--Source/SPConnectionDelegate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPConnectionDelegate.h b/Source/SPConnectionDelegate.h
index 04bee877..f06bbc08 100644
--- a/Source/SPConnectionDelegate.h
+++ b/Source/SPConnectionDelegate.h
@@ -25,7 +25,11 @@
#import "SPDatabaseDocument.h"
+#ifndef SP_REFACTOR
#import "SPMySQLConnectionDelegate.h"
+#else
+#import <SPMySQL/SPMySQL.h>
+#endif
@interface SPDatabaseDocument (SPConnectionDelegate) <SPMySQLConnectionDelegate>