summaryrefslogtreecommitdiffstats
path: root/chromium-112-gcc-13-0006-vulkanmemoryallocator.patch
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2023-05-04 21:07:32 -0500
committerJustKidding <jk@vin.ovh>2023-05-04 21:07:32 -0500
commitb08a3303acb5eb53d03179c0bbd610f99824848d (patch)
tree4047cae5c28c00da9267d5acb005ba504c86bcd2 /chromium-112-gcc-13-0006-vulkanmemoryallocator.patch
parent349a3a37ebf3d07a09e3764fab6d82dc3fbcee11 (diff)
downloadungoogled-chromium-b08a3303acb5eb53d03179c0bbd610f99824848d.tar.gz
ungoogled-chromium-b08a3303acb5eb53d03179c0bbd610f99824848d.tar.bz2
ungoogled-chromium-b08a3303acb5eb53d03179c0bbd610f99824848d.zip
upgpkg: ungoogled-chromium 113.0.5672.63-1
upstream release
Diffstat (limited to 'chromium-112-gcc-13-0006-vulkanmemoryallocator.patch')
-rw-r--r--chromium-112-gcc-13-0006-vulkanmemoryallocator.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium-112-gcc-13-0006-vulkanmemoryallocator.patch b/chromium-112-gcc-13-0006-vulkanmemoryallocator.patch
new file mode 100644
index 0000000..1760256
--- /dev/null
+++ b/chromium-112-gcc-13-0006-vulkanmemoryallocator.patch
@@ -0,0 +1,11 @@
+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/commit/383f06b9fd9d36fb54cb3d4ac3363a670104bc62
+--- a/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
++++ b/third_party/vulkan_memory_allocator/include/vk_mem_alloc.h
+@@ -2389,6 +2389,7 @@
+ #undef VMA_IMPLEMENTATION
+
+ #include <cstdint>
++#include <cstdio>
+ #include <cstdlib>
+ #include <cstring>
+ #include <utility>