From 2c82fcb255145bf5ee526661f409732b50b3ef60 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Wed, 1 Apr 2026 23:48:45 +0200 Subject: [PATCH] How did this compile on my branch but not here... (fix d_a_movie_player.h) --- include/d/actor/d_a_movie_player.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/d/actor/d_a_movie_player.h b/include/d/actor/d_a_movie_player.h index 17d6a7ac2b..0ddc675c24 100644 --- a/include/d/actor/d_a_movie_player.h +++ b/include/d/actor/d_a_movie_player.h @@ -3,6 +3,8 @@ #if !TARGET_PC #include +#else +#include #endif #include "f_op/f_op_actor.h" #include "d/d_drawlist.h"