diff --git a/glm/detail/type_vec1.inl b/glm/detail/type_vec1.inl index 2515a8c6..404fe33c 100644 --- a/glm/detail/type_vec1.inl +++ b/glm/detail/type_vec1.inl @@ -1,6 +1,8 @@ /// @ref core /// @file glm/detail/type_vec1.inl +#include "./compute_common.hpp" + namespace glm { // -- Implicit basic constructors -- diff --git a/glm/detail/type_vec2.inl b/glm/detail/type_vec2.inl index af73441e..2f1ff233 100644 --- a/glm/detail/type_vec2.inl +++ b/glm/detail/type_vec2.inl @@ -1,6 +1,8 @@ /// @ref core /// @file glm/core/type_tvec2.inl +#include "./compute_common.hpp" + namespace glm { // -- Implicit basic constructors -- diff --git a/glm/detail/type_vec3.inl b/glm/detail/type_vec3.inl index 9db8302f..ff57460e 100644 --- a/glm/detail/type_vec3.inl +++ b/glm/detail/type_vec3.inl @@ -1,6 +1,8 @@ /// @ref core /// @file glm/detail/type_tvec3.inl +#include "./compute_common.hpp" + namespace glm { // -- Implicit basic constructors -- diff --git a/glm/detail/type_vec4.inl b/glm/detail/type_vec4.inl index 174f217d..88b2652c 100644 --- a/glm/detail/type_vec4.inl +++ b/glm/detail/type_vec4.inl @@ -1,6 +1,8 @@ /// @ref core /// @file glm/detail/type_tvec4.inl +#include "./compute_common.hpp" + namespace glm{ namespace detail {