Use Assimp namespace to fix build for big-endian architectures

pull/985/head
Daniel Knezevic 2016-08-18 10:51:20 +02:00 committed by Lucas Stanek
parent 27f81884f9
commit 50a2e80e96
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" #include "StringUtils.h"
using namespace Assimp;
namespace glTF { namespace glTF {
namespace { namespace {