summarylogtreecommitdiffstats
path: root/ref_vk.patch
blob: c2a0b8bb566b9da7f5aa5df0bb5c82dfe31b5e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/ref_vk/vk_mem_alloc.h b/ref_vk/vk_mem_alloc.h
index 7b04e54..d1a70bc 100644
--- a/ref_vk/vk_mem_alloc.h
+++ b/ref_vk/vk_mem_alloc.h
@@ -2648,6 +2648,7 @@ remove them if not needed.
     #include <cassert> // for assert
     #include <algorithm> // for min, max
     #include <mutex>
+    #include <cstdio>
 #else
     #include VMA_CONFIGURATION_USER_INCLUDES_H
 #endif