From cec672a71dc074ece0b6a2f9b3d5fb4c382fb6a0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 17 Feb 2020 12:27:08 +0100 Subject: [PATCH] Buildfix --- gfx/video_shader_parse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/video_shader_parse.c b/gfx/video_shader_parse.c index ecf7d4d21a..51d98bcaa7 100644 --- a/gfx/video_shader_parse.c +++ b/gfx/video_shader_parse.c @@ -36,6 +36,7 @@ #include "../frontend/frontend_driver.h" #include "../command.h" #include "../file_path_special.h" +#include "../retroarch.h" #include "video_shader_parse.h" #if defined(HAVE_SLANG) && defined(HAVE_SPIRV_CROSS)