kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
896 stars 90 forks source link

Fix missing cstdio include in ref_vk/vk_mem_alloc.h #168

Closed GoGoOtaku closed 6 months ago

GoGoOtaku commented 6 months ago

vk_ref/vk_mem_alloc.cpp/h causes compilation errors with GCC due to usage of snprintf without #include <cstdio>

kondrak commented 6 months ago

Thanks!