aboutsummaryrefslogtreecommitdiff
path: root/testing/godot/patches/gcc13.patch
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-15 13:38:54 +0200
committerCem Keylan <cem@ckyln.com>2023-07-15 13:38:54 +0200
commit7f64f46197ebc4f05acc69a899e6faf9142c789e (patch)
tree96b5708ef02ecfd29553ec3b4f5b6db04c111b51 /testing/godot/patches/gcc13.patch
parent4fa595b62719f477d7d5211d43f4141f004b0d7c (diff)
downloadrepository-7f64f46197ebc4f05acc69a899e6faf9142c789e.tar.gz
godot: add new package at 4.1
Diffstat (limited to 'testing/godot/patches/gcc13.patch')
-rw-r--r--testing/godot/patches/gcc13.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/godot/patches/gcc13.patch b/testing/godot/patches/gcc13.patch
new file mode 100644
index 00000000..0db5a116
--- /dev/null
+++ b/testing/godot/patches/gcc13.patch
@@ -0,0 +1,10 @@
+--- a/thirdparty/vhacd/inc/vhacdManifoldMesh.h
++++ b/thirdparty/vhacd/inc/vhacdManifoldMesh.h
+@@ -15,6 +15,7 @@
+ #pragma once
+ #ifndef VHACD_MANIFOLD_MESH_H
+ #define VHACD_MANIFOLD_MESH_H
++#include <cstdint>
+ #include "vhacdCircularList.h"
+ #include "vhacdSArray.h"
+ #include "vhacdVector.h"