From 383f06b9fd9d36fb54cb3d4ac3363a670104bc62 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Wed, 29 Mar 2023 17:30:34 +0000 Subject: [PATCH] IWYU: add cstdio for snprintf in vk_mem_alloc.h Discoverd with upcoming GCC 13. --- include/vk_mem_alloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 2ef9cd9..65f9a70 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -2602,6 +2602,7 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString( #undef VMA_IMPLEMENTATION #include +#include #include #include #include