mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
12 lines
355 B
Diff
12 lines
355 B
Diff
missing libstdc++13 includes
|
|
--
|
|
--- ./engine/src/flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h.orig
|
|
+++ ./engine/src/flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
|
|
@@ -2566,6 +2566,7 @@
|
|
#undef VMA_IMPLEMENTATION
|
|
|
|
#include <cstdint>
|
|
+#include <cstdio>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <utility>
|