diff options
Diffstat (limited to 'Source/SPTableCopy.m')
-rw-r--r-- | Source/SPTableCopy.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPTableCopy.m b/Source/SPTableCopy.m index 539b83af..5efc91c0 100644 --- a/Source/SPTableCopy.m +++ b/Source/SPTableCopy.m @@ -24,7 +24,11 @@ #import "SPDBActionCommons.h" #import "SPTableCopy.h" +#ifndef SP_REFACTOR #import "SPMySQL.h" +#else +#import <SPMySQL/SPMySQL.h> +#endif @implementation SPTableCopy |