Use Assimp namespace to fix build for big-endian architectures
authorDaniel Knezevic <danielknezevic90@gmail.com>
Thu, 18 Aug 2016 08:51:20 +0000 (10:51 +0200)
committerDaniel Knezevic <danielknezevic90@gmail.com>
Thu, 18 Aug 2016 08:51:20 +0000 (10:51 +0200)
code/glTFAsset.inl

index d52c825..470246c 100644 (file)
@@ -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 {