Fix OS X compilation

This commit is contained in:
Thomas Goyne 2016-03-15 20:02:36 -07:00
parent 8f019a6e45
commit 2720d8c0dc
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
/// @ingroup utils
///
#include <wx/window.h>
#include <wx/frame.h>
#include <wx/menu.h>
#include <wx/osx/core/cfstring.h>
#import <AppKit/AppKit.h>