Use Assimp namespace to fix build for big-endian architectures

This commit is contained in:
Daniel Knezevic
2016-08-18 10:51:20 +02:00
parent cc16d4a0db
commit c2c12c1db5

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 {