diff --git a/gfx/video_thread_wrapper.c b/gfx/video_thread_wrapper.c index 883f27c262..9bdda16a22 100644 --- a/gfx/video_thread_wrapper.c +++ b/gfx/video_thread_wrapper.c @@ -20,6 +20,7 @@ #include "video_thread_wrapper.h" #include "../performance.h" +#include "../runloop.h" #include "../verbosity.h" static void *thread_init_never_call(const video_info_t *video, diff --git a/gfx/video_thread_wrapper.h b/gfx/video_thread_wrapper.h index 3054432aa9..70d332411c 100644 --- a/gfx/video_thread_wrapper.h +++ b/gfx/video_thread_wrapper.h @@ -17,11 +17,12 @@ #ifndef RARCH_VIDEO_THREAD_H__ #define RARCH_VIDEO_THREAD_H__ -#include "../driver.h" -#include "../general.h" #include + #include + #include "font_driver.h" +#include "video_shader_driver.h" #ifdef __cplusplus extern "C" {