From d4fb4ba87dd7dc8a25c5ace61f1d966b6832fd34 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 11 Jul 2016 23:38:56 +0200 Subject: [PATCH] (libretro-test-vulkan-async-compute) Change header incldue --- cores/libretro-test-vulkan-async-compute/libretro-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]))