summaryrefslogtreecommitdiffstats
path: root/osdep/mac/app_bridge_objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/mac/app_bridge_objc.h')
-rw-r--r--osdep/mac/app_bridge_objc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/osdep/mac/app_bridge_objc.h b/osdep/mac/app_bridge_objc.h
index c34b09736c..60201982cf 100644
--- a/osdep/mac/app_bridge_objc.h
+++ b/osdep/mac/app_bridge_objc.h
@@ -15,6 +15,7 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
+#import <Cocoa/Cocoa.h>
#import <QuartzCore/QuartzCore.h>
#include "player/client.h"
@@ -28,8 +29,8 @@
#include "input/keycodes.h"
#include "video/out/win_state.h"
+#include "osdep/main-fn.h"
#include "osdep/mac/app_bridge.h"
-#include "osdep/mac/application_objc.h"
// complex macros won't get imported to swift so we have to reassign them
static int SWIFT_MBTN_LEFT = MP_MBTN_LEFT;