for mingw

pull/306/head
Damiano 4 years ago committed by GitHub
parent ddf5534648
commit 43d95b5dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,11 @@
#include <float.h>
#if !NV_CC_MSVC && !NV_OS_ORBIS
#include <alloca.h>
#if defined __MINGW32__ || defined __MINGW64__
#include <malloc.h>
#else
#include <alloca.h>
#endif
#endif
using namespace nv;
@ -484,4 +488,3 @@ double invert(Mat4& B, const Mat4& m)
#endif // 0

Loading…
Cancel
Save