From 4c3f97e4188180736f42837b4a79ffd710d78b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 7 Aug 2025 09:58:26 +0700 Subject: [PATCH] dust3d: fix build --- srcpkgs/dust3d/patches/stdint.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/dust3d/patches/stdint.patch diff --git a/srcpkgs/dust3d/patches/stdint.patch b/srcpkgs/dust3d/patches/stdint.patch new file mode 100644 index 00000000000..117c70cb5ad --- /dev/null +++ b/srcpkgs/dust3d/patches/stdint.patch @@ -0,0 +1,12 @@ +--- a/thirdparty/fbx/src/fbxnode.h ++++ b/thirdparty/fbx/src/fbxnode.h +@@ -2,6 +2,9 @@ + #define FBXNODE_H + + #include "fbxproperty.h" ++#include ++#include ++#include + + namespace fbx { +