Explorar o código

Merge pull request #986 from Deni90/master

Use Assimp namespace to fix build for big-endian architectures
Alexander Gessler %!s(int64=9) %!d(string=hai) anos
pai
achega
9afb760e06
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 {