diff --git a/glm/detail/type_vec4.hpp b/glm/detail/type_vec4.hpp index 027136e0..8e0de77a 100644 --- a/glm/detail/type_vec4.hpp +++ b/glm/detail/type_vec4.hpp @@ -5,7 +5,7 @@ #include "type_vec.hpp" #ifdef GLM_SWIZZLE -# if GLM_HAS_ANONYMOUS_UNION +# if GLM_HAS_UNRESTRICTED_UNIONS # include "_swizzle.hpp" # else # include "_swizzle_func.hpp"