From 7192b8d83a78d295ef4eeec7a5b53e5055f5192c Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 20 Jun 2020 03:39:46 +1000 Subject: [PATCH] Vulkan/ShaderCache: Hopefully fix macOS build --- src/common/vulkan/shader_cache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/vulkan/shader_cache.h b/src/common/vulkan/shader_cache.h index 2029e49b7..7fdefc002 100644 --- a/src/common/vulkan/shader_cache.h +++ b/src/common/vulkan/shader_cache.h @@ -6,6 +6,7 @@ #include #include #include +#include #include #include #include