summaryrefslogtreecommitdiffstats
path: root/video/out/vulkan
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-27 23:22:56 +0100
committerder richter <der.richter@gmx.de>2024-03-29 14:20:40 +0100
commitba45f2004f568455a1b3f846516dc2614737eff8 (patch)
tree784e6563bb369ed9aad3ec28c678da1f69a92246 /video/out/vulkan
parent7c86074a1574d6e79876ce1dd2fc5000f35a913b (diff)
downloadmpv-ba45f2004f568455a1b3f846516dc2614737eff8.tar.bz2
mpv-ba45f2004f568455a1b3f846516dc2614737eff8.tar.xz
mac: cleanup swift bridge header imports and unify them
Diffstat (limited to 'video/out/vulkan')
-rw-r--r--video/out/vulkan/context_mac.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/vulkan/context_mac.m b/video/out/vulkan/context_mac.m
index 5621e6dca3..be5c077155 100644
--- a/video/out/vulkan/context_mac.m
+++ b/video/out/vulkan/context_mac.m
@@ -15,6 +15,8 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
+#import <QuartzCore/QuartzCore.h>
+
#include "video/out/gpu/context.h"
#include "osdep/mac/swift.h"