diff --git a/cores/libretro-test-vulkan-async-compute/libretro-test.c b/cores/libretro-test-vulkan-async-compute/libretro-test.c index d8598af667..286223f2e8 100644 --- a/cores/libretro-test-vulkan-async-compute/libretro-test.c +++ b/cores/libretro-test-vulkan-async-compute/libretro-test.c @@ -6,8 +6,8 @@ #include #include +#include -#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) static struct retro_hw_render_callback hw_render; static const struct retro_hw_render_interface_vulkan *vulkan; static unsigned frame_count; diff --git a/cores/libretro-test-vulkan/libretro-test.c b/cores/libretro-test-vulkan/libretro-test.c index 283978eb83..5ddf26e470 100644 --- a/cores/libretro-test-vulkan/libretro-test.c +++ b/cores/libretro-test-vulkan/libretro-test.c @@ -6,8 +6,8 @@ #include "vulkan/vulkan_symbol_wrapper.h" #include +#include -#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) static struct retro_hw_render_callback hw_render; static const struct retro_hw_render_interface_vulkan *vulkan;