diff --git a/glm/detail/type_vec1.inl b/glm/detail/type_vec1.inl index 404fe33ca..af211f0fe 100644 --- a/glm/detail/type_vec1.inl +++ b/glm/detail/type_vec1.inl @@ -1,7 +1,7 @@ /// @ref core /// @file glm/detail/type_vec1.inl -#include "./compute_common.hpp" +#include "./compute_vector_relational.hpp" namespace glm { diff --git a/glm/detail/type_vec2.inl b/glm/detail/type_vec2.inl index 2f1ff2333..2325fd321 100644 --- a/glm/detail/type_vec2.inl +++ b/glm/detail/type_vec2.inl @@ -1,7 +1,7 @@ /// @ref core /// @file glm/core/type_tvec2.inl -#include "./compute_common.hpp" +#include "./compute_vector_relational.hpp" namespace glm { diff --git a/glm/detail/type_vec3.inl b/glm/detail/type_vec3.inl index ff57460e6..0611d1b38 100644 --- a/glm/detail/type_vec3.inl +++ b/glm/detail/type_vec3.inl @@ -1,7 +1,7 @@ /// @ref core /// @file glm/detail/type_tvec3.inl -#include "./compute_common.hpp" +#include "./compute_vector_relational.hpp" namespace glm { diff --git a/glm/detail/type_vec4.inl b/glm/detail/type_vec4.inl index 88b2652ca..c599f7ad8 100644 --- a/glm/detail/type_vec4.inl +++ b/glm/detail/type_vec4.inl @@ -1,7 +1,7 @@ /// @ref core /// @file glm/detail/type_tvec4.inl -#include "./compute_common.hpp" +#include "./compute_vector_relational.hpp" namespace glm{ namespace detail