summaryrefslogtreecommitdiffstats
path: root/source/l/qt6/patches/qt6-3d_gcc13.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/qt6/patches/qt6-3d_gcc13.patch')
-rw-r--r--source/l/qt6/patches/qt6-3d_gcc13.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/l/qt6/patches/qt6-3d_gcc13.patch b/source/l/qt6/patches/qt6-3d_gcc13.patch
new file mode 100644
index 000000000..7128597de
--- /dev/null
+++ b/source/l/qt6/patches/qt6-3d_gcc13.patch
@@ -0,0 +1,11 @@
+--- qt3d/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp.orig 2023-09-24 13:38:48.000000000 +0200
++++ qt3d/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp 2023-10-04 14:00:15.901256244 +0200
+@@ -51,6 +51,7 @@
+ #include "FBXUtil.h"
+ #include <assimp/defs.h>
+ #include <stdint.h>
++#include <cstdint>
+ #include <assimp/Exceptional.h>
+ #include <assimp/ByteSwapper.h>
+ #include <assimp/DefaultLogger.hpp>
+