diff --git a/gfx/video_shader_parse.c b/gfx/video_shader_parse.c index 4890e37f8f..38f0655827 100644 --- a/gfx/video_shader_parse.c +++ b/gfx/video_shader_parse.c @@ -17,12 +17,15 @@ #include #include +#ifdef HAVE_CONFIG_H +#include "../config.h" +#endif + #include #include #include #include #include -#include "video_driver.h" /* video_context_driver_get_api */ #include #include #include @@ -32,6 +35,7 @@ #include "../verbosity.h" #include "../configuration.h" #include "../frontend/frontend_driver.h" +#include "video_driver.h" #include "video_shader_parse.h" #if defined(HAVE_SLANG) && defined(HAVE_SPIRV_CROSS)