diff --git a/src/nvmath/Matrix.cpp b/src/nvmath/Matrix.cpp index 75429e5..84a4c3f 100644 --- a/src/nvmath/Matrix.cpp +++ b/src/nvmath/Matrix.cpp @@ -8,7 +8,11 @@ #include #if !NV_CC_MSVC && !NV_OS_ORBIS -#include + #if defined __MINGW32__ || defined __MINGW64__ + #include + #else + #include + #endif #endif using namespace nv; @@ -484,4 +488,3 @@ double invert(Mat4& B, const Mat4& m) #endif // 0 -