Browse Source

Use Assimp namespace to fix build for big-endian architectures

Daniel Knezevic 9 years ago
parent
commit
50a2e80e96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      code/glTFAsset.inl

+ 2 - 0
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 {