mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-14 16:58:34 +00:00
IWYU: add cstdio for snprintf in vk_mem_alloc.h
Discoverd with upcoming GCC 13.
This commit is contained in:
parent
41baf86685
commit
383f06b9fd
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue