diff options
author | Damiano Galassi <[email protected]> | 2019-01-23 11:29:45 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-01-23 11:29:45 +0100 |
commit | 27080c705403de6eaf7c436e5a5711384a9d81ae (patch) | |
tree | 1cacbebf62cdda8cd15629660fe7c76ce6a7616e /macosx | |
parent | 557a3311639315422e71145038d617e4d9e49dcd (diff) |
Fix a few warnings.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 90cba3c72..b7d519bbe 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -5,6 +5,7 @@ It may be used under the terms of the GNU General Public License. */ #import "HBController.h" +#import "HBAppDelegate.h" #import "HBFocusRingView.h" #import "HBToolbarBadgedItem.h" #import "HBQueueController.h" |