From 0809e7cf9f8c29ece7549e42b2b60dbd268d4424 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sun, 20 Feb 2022 17:50:57 +0300 Subject: [PATCH] Fix build --- rpcs3/Emu/RSX/VK/VKGSRenderTypes.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcs3/Emu/RSX/VK/VKGSRenderTypes.hpp b/rpcs3/Emu/RSX/VK/VKGSRenderTypes.hpp index c1db493ee9..91974da0d4 100644 --- a/rpcs3/Emu/RSX/VK/VKGSRenderTypes.hpp +++ b/rpcs3/Emu/RSX/VK/VKGSRenderTypes.hpp @@ -9,6 +9,8 @@ #include "Utilities/mutex.h" #include "util/asm.hpp" +#include + // Initial heap allocation values. The heaps are growable and will automatically increase in size to accomodate demands #define VK_ATTRIB_RING_BUFFER_SIZE_M 64 #define VK_TEXTURE_UPLOAD_RING_BUFFER_SIZE_M 64