aboutsummaryrefslogtreecommitdiff
path: root/community/godot/patches/gcc13.patch
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-09-27 16:09:27 +0200
committerCem Keylan <cem@ckyln.com>2023-09-27 16:09:27 +0200
commit56ca14a87ec1085812022dd64888a9bd1bc1653a (patch)
tree093dcafec3c6fc17a50627fdbd350e7e5a510619 /community/godot/patches/gcc13.patch
parent6a44b857ed4c0f471e9b2256d37422d8cd7ffc89 (diff)
downloadrepository-56ca14a87ec1085812022dd64888a9bd1bc1653a.tar.gz
godot: move to community
Diffstat (limited to 'community/godot/patches/gcc13.patch')
-rw-r--r--community/godot/patches/gcc13.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/godot/patches/gcc13.patch b/community/godot/patches/gcc13.patch
new file mode 100644
index 00000000..0db5a116
--- /dev/null
+++ b/community/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"