Merge pull request #986 from Deni90/master

Use Assimp namespace to fix build for big-endian architectures
pull/1003/head
Alexander Gessler 2016-08-18 15:41:48 +02:00 committed by GitHub
commit 9afb760e06
1 changed files with 2 additions and 0 deletions

View 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 {