diff --git a/glm/detail/dummy.cpp b/glm/detail/dummy.cpp index 8cdc27dd..a95afcd3 100644 --- a/glm/detail/dummy.cpp +++ b/glm/detail/dummy.cpp @@ -29,6 +29,7 @@ /// dummy.cpp exist only a wordaround for CMake file. /////////////////////////////////////////////////////////////////////////////////// +#define GLM_FORCE_RADIANS #define GLM_MESSAGES #include "../glm.hpp" #include diff --git a/glm/detail/type_mat.hpp b/glm/detail/type_mat.hpp index 25095382..a46c4068 100644 --- a/glm/detail/type_mat.hpp +++ b/glm/detail/type_mat.hpp @@ -43,7 +43,10 @@ namespace detail template struct tmat4x2; template struct tmat4x3; template struct tmat4x4; - + + template + struct mat_trait{}; + template