summaryrefslogtreecommitdiff
path: root/dev-games/godot/files/godot-3.5.2-gcc13.patch
blob: 789c78415bcd0038fbc11161683860749156cb11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Issues seem(?) to only trigger when gcc13 is combined with musl.

https://bugs.gentoo.org/906363
--- a/modules/fbx/fbx_parser/FBXCommon.h
+++ b/modules/fbx/fbx_parser/FBXCommon.h
@@ -78,2 +78,3 @@
 
+#include <cstdint>
 #include <string>
--- a/thirdparty/vhacd/inc/vhacdManifoldMesh.h
+++ b/thirdparty/vhacd/inc/vhacdManifoldMesh.h
@@ -17,2 +17,3 @@
 #define VHACD_MANIFOLD_MESH_H
+#include <cstdint>
 #include "vhacdCircularList.h"