From 42dfc38ef6d8bbe0edf51bb1adaf494b7912b786 Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Sun, 20 Jul 2014 15:50:15 -0700 Subject: Fixed compiling with projects that don't use a precompiled header. --- MASShortcut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MASShortcut.h') diff --git a/MASShortcut.h b/MASShortcut.h index 06507f6..905ddaf 100644 --- a/MASShortcut.h +++ b/MASShortcut.h @@ -1,4 +1,5 @@ #import +#import #define MASShortcutChar(char) [NSString stringWithFormat:@"%C", (unsigned short)(char)] #define MASShortcutClear(flags) (flags & (NSControlKeyMask | NSShiftKeyMask | NSAlternateKeyMask | NSCommandKeyMask)) -- cgit v1.2.3