You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-games/godot/files/godot-3.5.3-gcc13.patch

10 lines
238 B

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>