VmaImplementation: Include stdio.

VMA does not include stdio, maybe fixed in a new version?
This commit is contained in:
Lubosz Sarnecki 2024-03-29 10:38:21 +01:00 committed by Karol Suprynowicz
parent 72edce5c2a
commit 19ac3ed452

View file

@ -1,2 +1,3 @@
#define VMA_IMPLEMENTATION
#include <cstdio>
#include <vma/vk_mem_alloc.h>