dust3d: fix build

This commit is contained in:
Đoàn Trần Công Danh 2025-08-07 09:58:26 +07:00
parent c2115eb673
commit 4c3f97e418

View file

@ -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 <cstdint>
+#include <vector>
+#include <string>
namespace fbx {