Browse Source

Fixed build

Groove 7 years ago
parent
commit
e280eb9d6c
4 changed files with 8 additions and 0 deletions
  1. 2 0
      glm/detail/type_vec1.inl
  2. 2 0
      glm/detail/type_vec2.inl
  3. 2 0
      glm/detail/type_vec3.inl
  4. 2 0
      glm/detail/type_vec4.inl

+ 2 - 0
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 --

+ 2 - 0
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 --

+ 2 - 0
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 --

+ 2 - 0
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
 {