aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-03-19 20:57:51 +0000
committerstuconnolly <stuart02@gmail.com>2013-03-19 20:57:51 +0000
commit7ceb019cd1c2fa96eb985318be8e7d06f58713eb (patch)
treecac9404c0b0f52336ec2e59cd03811a8baa3befc /Source/SPTableStructure.m
parent46dd5cd5a759eb38aacc2e7f6e5f757fee60d3c2 (diff)
downloadsequelpro-7ceb019cd1c2fa96eb985318be8e7d06f58713eb.tar.gz
sequelpro-7ceb019cd1c2fa96eb985318be8e7d06f58713eb.tar.bz2
sequelpro-7ceb019cd1c2fa96eb985318be8e7d06f58713eb.zip
Fix build warning.
Diffstat (limited to 'Source/SPTableStructure.m')
-rw-r--r--Source/SPTableStructure.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableStructure.m b/Source/SPTableStructure.m
index ec6cadae..581011cf 100644
--- a/Source/SPTableStructure.m
+++ b/Source/SPTableStructure.m
@@ -46,6 +46,7 @@
#import "SPTableFieldValidation.h"
#import "SPTableStructureLoading.h"
#import "SPThreadAdditions.h"
+#import "SPServerSupport.h"
#import <SPMySQL/SPMySQL.h>