diff --git a/cores/libretro-test-vulkan-async-compute/libretro-test.c b/cores/libretro-test-vulkan-async-compute/libretro-test.c index 2798166083..d8598af667 100644 --- a/cores/libretro-test-vulkan-async-compute/libretro-test.c +++ b/cores/libretro-test-vulkan-async-compute/libretro-test.c @@ -4,7 +4,7 @@ #include #include -#include "vulkan/vulkan_symbol_wrapper.h" +#include #include #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))