mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 08:48:32 +00:00
Added missing #include <cstdio>
For snprintf, for compatibility with GCC 13. Fixes #312 - thanks @marxin !
This commit is contained in:
parent
8b87b6cbf7
commit
29d492b60c
1 changed files with 4 additions and 0 deletions
|
@ -2614,6 +2614,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue