diff options
author | stuconnolly <stuart02@gmail.com> | 2012-07-14 10:26:44 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-07-14 10:26:44 +0000 |
commit | 6c1a1acdb2e030b08ccd08dc6eea70b3657ebb4c (patch) | |
tree | a2b9c82ab3db6f149ee6a67affd94ecda30a5b9b /Frameworks/QueryKit/Source/QueryKit-Prefix.pch | |
parent | a2d65d3fa1e58d91d47260cdbbbeae7c99aa04f8 (diff) | |
download | sequelpro-6c1a1acdb2e030b08ccd08dc6eea70b3657ebb4c.tar.gz sequelpro-6c1a1acdb2e030b08ccd08dc6eea70b3657ebb4c.tar.bz2 sequelpro-6c1a1acdb2e030b08ccd08dc6eea70b3657ebb4c.zip |
Bunch of improvements including uderlying database system support.
Diffstat (limited to 'Frameworks/QueryKit/Source/QueryKit-Prefix.pch')
-rw-r--r-- | Frameworks/QueryKit/Source/QueryKit-Prefix.pch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Frameworks/QueryKit/Source/QueryKit-Prefix.pch b/Frameworks/QueryKit/Source/QueryKit-Prefix.pch index 5e15c359..d5c5da40 100644 --- a/Frameworks/QueryKit/Source/QueryKit-Prefix.pch +++ b/Frameworks/QueryKit/Source/QueryKit-Prefix.pch @@ -30,4 +30,6 @@ #ifdef __OBJC__ #import <Foundation/Foundation.h> + + #import "QKQueryConstants.h" #endif |