Browse Source

Merge pull request #856 from scheibel/patch-1

Add missing include to vec1 #856
Christophe 7 years ago
parent
commit
8cd6db11cd
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 "compute_common.hpp"
+#include "type_vec1.hpp"
 #include "type_vec2.hpp"
 #include "type_vec3.hpp"
 #include "type_vec4.hpp"