aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryFavoriteManager.m
diff options
context:
space:
mode:
authorAbhi Beckert <abhi@abhibeckert.com>2016-04-08 18:04:31 +1000
committerAbhi Beckert <abhi@abhibeckert.com>2016-04-10 13:37:11 +1000
commit614ce6c9981e3b91ed48538e2ba5a02574a2169a (patch)
treef061c54d94fcc73f67b3b5744a9d78cb5c436b9a /Source/SPQueryFavoriteManager.m
parentfc9e31b3e4bf24bbc0448ab900dfaeddf51ef4f7 (diff)
downloadsequelpro-614ce6c9981e3b91ed48538e2ba5a02574a2169a.tar.gz
sequelpro-614ce6c9981e3b91ed48538e2ba5a02574a2169a.tar.bz2
sequelpro-614ce6c9981e3b91ed48538e2ba5a02574a2169a.zip
fix warnings
Diffstat (limited to 'Source/SPQueryFavoriteManager.m')
-rw-r--r--Source/SPQueryFavoriteManager.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPQueryFavoriteManager.m b/Source/SPQueryFavoriteManager.m
index 542184c4..ceb1efc4 100644
--- a/Source/SPQueryFavoriteManager.m
+++ b/Source/SPQueryFavoriteManager.m
@@ -39,6 +39,7 @@
#import "SPTextView.h"
#import "SPSplitView.h"
#import "SPAppController.h"
+#import "SPAppleScriptSupport.h"
#define SP_MULTIPLE_SELECTION_PLACEHOLDER_STRING NSLocalizedString(@"[multiple selection]", @"[multiple selection]")
#define SP_NO_SELECTION_PLACEHOLDER_STRING NSLocalizedString(@"[no selection]", @"[no selection]")