From 89fced63b8193de3e17150e166b53c947fffcb89 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 5 Oct 2013 14:39:27 +0200 Subject: cocoa_common: add OS X 10.7 compatibility hacks includes I forgot these when I split the code. They will hopefully fix compilation on 10.7. --- video/out/cocoa_common.m | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/cocoa_common.m') diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index 85d92c861f..9f03cd8d48 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -27,6 +27,7 @@ #include "video/out/cocoa/view.h" #import "video/out/cocoa/mpvadapter.h" +#include "osdep/macosx_compat.h" #include "osdep/macosx_application.h" #include "osdep/macosx_events.h" -- cgit v1.2.3