File vkquake2-fix-build-with-gcc13.patch of Package vkquake2
diff --git a/ref_vk/vk_mem_alloc.h b/ref_vk/vk_mem_alloc.h
index 7b04e54..4ae2aaa 100644
--- a/ref_vk/vk_mem_alloc.h
+++ b/ref_vk/vk_mem_alloc.h
@@ -2578,6 +2578,10 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString(
#include <bit> // For std::popcount
#endif
+#if VMA_STATS_STRING_ENABLED
+ #include <cstdio> // For snprintf
+#endif
+
/*******************************************************************************
CONFIGURATION SECTION