forked from pool/libqt5-qt3d
27 lines
731 B
Diff
27 lines
731 B
Diff
|
From 50a2e80e96caf458b7a70d4dcc1003ab0441b6c2 Mon Sep 17 00:00:00 2001
|
||
|
From: Daniel Knezevic <danielknezevic90@gmail.com>
|
||
|
Date: Thu, 18 Aug 2016 10:51:20 +0200
|
||
|
Subject: [PATCH] Use Assimp namespace to fix build for big-endian
|
||
|
architectures
|
||
|
|
||
|
---
|
||
|
src/3rdparty/assimp/code/glTFAsset.inl | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/src/3rdparty/assimp/code/glTFAsset.inl b/src/3rdparty/assimp/code/glTFAsset.inl
|
||
|
index d52c825c..470246c9 100644
|
||
|
--- a/src/3rdparty/assimp/code/glTFAsset.inl
|
||
|
+++ b/src/3rdparty/assimp/code/glTFAsset.inl
|
||
|
@@ -40,6 +40,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
|
||
|
#include "StringUtils.h"
|
||
|
|
||
|
+using namespace Assimp;
|
||
|
+
|
||
|
namespace glTF {
|
||
|
|
||
|
namespace {
|
||
|
--
|
||
|
2.16.1
|
||
|
|