diff options
Diffstat (limited to 'MASShortcut.h')
| -rw-r--r-- | MASShortcut.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MASShortcut.h b/MASShortcut.h index 06507f6..905ddaf 100644 --- a/MASShortcut.h +++ b/MASShortcut.h @@ -1,4 +1,5 @@ #import <Carbon/Carbon.h> +#import <AppKit/AppKit.h> #define MASShortcutChar(char) [NSString stringWithFormat:@"%C", (unsigned short)(char)] #define MASShortcutClear(flags) (flags & (NSControlKeyMask | NSShiftKeyMask | NSAlternateKeyMask | NSCommandKeyMask)) |
