diff options
| author | Kevin Wojniak | 2014-07-20 15:50:15 -0700 | 
|---|---|---|
| committer | Kevin Wojniak | 2014-07-20 15:50:15 -0700 | 
| commit | 42dfc38ef6d8bbe0edf51bb1adaf494b7912b786 (patch) | |
| tree | 4940933ec00a25ec74cd25c0e83bfac8bfab4898 /MASShortcutView.h | |
| parent | a21ac331ad7b06392035b17ddd4f5cdd934aa36e (diff) | |
| download | MASShortcut-42dfc38ef6d8bbe0edf51bb1adaf494b7912b786.tar.bz2 | |
Fixed compiling with projects that don't use a precompiled header.
Diffstat (limited to 'MASShortcutView.h')
| -rw-r--r-- | MASShortcutView.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/MASShortcutView.h b/MASShortcutView.h index 13163d4..d6a4313 100644 --- a/MASShortcutView.h +++ b/MASShortcutView.h @@ -1,3 +1,5 @@ +#import <AppKit/AppKit.h> +  @class MASShortcut;  typedef enum { | 
