aports/testing/flutter/libstdc++13.patch.engine
2025-02-23 21:16:00 +00:00

12 lines
333 B
Text

missing libstdc++13 includes
--
--- ./flutter/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h.orig
+++ ./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>