diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 87d2ffc9..ba28bd5e 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -710,6 +710,12 @@ namespace detail typedef unsigned char type; }; + template<> + struct make_unsigned + { + typedef unsigned char type; + }; + template<> struct make_unsigned {