From 50a2e80e96caf458b7a70d4dcc1003ab0441b6c2 Mon Sep 17 00:00:00 2001 From: Daniel Knezevic Date: Thu, 18 Aug 2016 10:51:20 +0200 Subject: [PATCH] Use Assimp namespace to fix build for big-endian architectures --- code/glTFAsset.inl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/glTFAsset.inl b/code/glTFAsset.inl index d52c825..470246c 100644 --- a/code/glTFAsset.inl +++ b/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.7.4