File dolphin-emu_VulkanMemoryAllocator-stdio-fix.patch of Package dolphin-emu
Submodule Externals/VulkanMemoryAllocator contains modified content
diff --git a/Externals/VulkanMemoryAllocator/include/vk_mem_alloc.h b/Externals/VulkanMemoryAllocator/include/vk_mem_alloc.h
index dc116b0..5a9ec18 100644
--- a/Externals/VulkanMemoryAllocator/include/vk_mem_alloc.h
+++ b/Externals/VulkanMemoryAllocator/include/vk_mem_alloc.h
@@ -121,6 +121,7 @@ for user-defined purpose without allocating any real GPU memory.
See documentation chapter: \ref statistics.
*/
+#include <stdio.h>
#ifdef __cplusplus
extern "C" {