From 710e95fb08dcbe657f42d98a585ca173ecc5216a Mon Sep 17 00:00:00 2001 From: Groove Date: Wed, 11 Jul 2018 03:44:15 +0200 Subject: [PATCH] Fixed build --- glm/detail/type_vec1.inl | 2 +- glm/detail/type_vec2.inl | 2 +- glm/detail/type_vec3.inl | 2 +- glm/detail/type_vec4.inl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/glm/detail/type_vec1.inl b/glm/detail/type_vec1.inl index 404fe33c..af211f0f 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 2f1ff233..2325fd32 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 ff57460e..0611d1b3 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 88b2652c..c599f7ad 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