Browse Source

Add missing include to vec1

Willy Scheibel 7 years ago
parent
commit
1d757f5347
1 changed files with 1 additions and 0 deletions
  1. 1 0
      glm/detail/func_common.inl

+ 1 - 0
glm/detail/func_common.inl

@@ -3,6 +3,7 @@
 
 
 #include "../vector_relational.hpp"
 #include "../vector_relational.hpp"
 #include "compute_common.hpp"
 #include "compute_common.hpp"
+#include "type_vec1.hpp"
 #include "type_vec2.hpp"
 #include "type_vec2.hpp"
 #include "type_vec3.hpp"
 #include "type_vec3.hpp"
 #include "type_vec4.hpp"
 #include "type_vec4.hpp"