mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 01:22:21 +02:00
VmaImplementation: Include stdio.
VMA does not include stdio, maybe fixed in a new version?
This commit is contained in:
parent
72edce5c2a
commit
19ac3ed452
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#define VMA_IMPLEMENTATION
|
||||
#include <cstdio>
|
||||
#include <vma/vk_mem_alloc.h>
|
||||
|
|
Loading…
Reference in a new issue