Merge pull request #326 from stha09/gcc13

IWYU: add cstdio for snprintf in vk_mem_alloc.h
This commit is contained in:
Adam Sawicki 2023-04-03 17:46:31 +02:00 committed by GitHub
commit 498e20dfd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>