diff options
Diffstat (limited to 'Source/SPConnectionDelegate.h')
-rw-r--r-- | Source/SPConnectionDelegate.h | 4 |
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> |