mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
dust3d: fix build
This commit is contained in:
parent
c2115eb673
commit
4c3f97e418
1 changed files with 12 additions and 0 deletions
12
srcpkgs/dust3d/patches/stdint.patch
Normal file
12
srcpkgs/dust3d/patches/stdint.patch
Normal 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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue