diff --git a/glm/gtc/quaternion.hpp b/glm/gtc/quaternion.hpp index cc3c76ad..7ce9468c 100644 --- a/glm/gtc/quaternion.hpp +++ b/glm/gtc/quaternion.hpp @@ -56,6 +56,7 @@ namespace detail { enum ctor{null}; + typedef T value_type; typedef tvec4 bool_type; public: