IWYU: add cstdio for snprintf in vk_mem_alloc.h

Discoverd with upcoming GCC 13.
This commit is contained in:
Stephan Hartmann 2023-03-29 17:30:34 +00:00 committed by Stephan Hartmann
parent 41baf86685
commit 383f06b9fd

View File

@ -2602,6 +2602,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString(
#undef VMA_IMPLEMENTATION
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <utility>