summaryrefslogtreecommitdiff
path: root/dev-games/godot/files/godot-3.5.3-gcc13.patch
blob: dd681b87dce5f1de361fbd7678dc2ff6210052ad (plain)
1
2
3
4
5
6
7
8
9
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>