mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
13 lines
458 B
Diff
13 lines
458 B
Diff
diff --git a/layers/external/vma/vk_mem_alloc.h b/layers/external/vma/vk_mem_alloc.h
|
|
index b47bd73..42d46d0 100644
|
|
--- a/layers/external/vma/vk_mem_alloc.h
|
|
+++ b/layers/external/vma/vk_mem_alloc.h
|
|
@@ -2682,6 +2682,8 @@ remove them if not needed.
|
|
#include <cassert> // for assert
|
|
#include <algorithm> // for min, max
|
|
#include <mutex>
|
|
+ #include <cstdio>
|
|
+ #include <cstdint>
|
|
#else
|
|
#include VMA_CONFIGURATION_USER_INCLUDES_H
|
|
#endif
|