aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQL.h
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-14 17:14:56 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-14 17:14:56 +0000
commit49745e30978226173b72bd1c1ab5994027b28cd9 (patch)
tree062af8af3b4083dacef08e1c555a1e781f25dfc6 /Frameworks/SPMySQLFramework/Source/SPMySQL.h
parentee95d6e37dc09d72f8f88b39862fecfdf4f2941c (diff)
downloadsequelpro-49745e30978226173b72bd1c1ab5994027b28cd9.tar.gz
sequelpro-49745e30978226173b72bd1c1ab5994027b28cd9.tar.bz2
sequelpro-49745e30978226173b72bd1c1ab5994027b28cd9.zip
Add constants for all MySQL data types.
Diffstat (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQL.h')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQL.h b/Frameworks/SPMySQLFramework/Source/SPMySQL.h
index 1e618a18..ad502e8c 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQL.h
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQL.h
@@ -35,6 +35,7 @@
// Global include file for the framework.
// Constants
#import "SPMySQLConstants.h"
+#import "SPMySQLDataTypes.h"
// Required category additions
#ifndef SP_CODA