Browse Source

Fixed GCC and Cland build

Christophe Riccio 7 years ago
parent
commit
ac1f60997c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      glm/ext/vec1.hpp

+ 2 - 2
glm/ext/vec1.hpp

@@ -15,9 +15,9 @@
 #include "../fwd.hpp"
 #include "../detail/type_vec.hpp"
 #if GLM_SWIZZLE == GLM_SWIZZLE_OPERATOR
-#	include "_swizzle.hpp"
+#	include "../detail/_swizzle.hpp"
 #elif GLM_SWIZZLE == GLM_SWIZZLE_FUNCTION
-#	include "_swizzle_func.hpp"
+#	include "../detail/_swizzle_func.hpp"
 #endif
 #include <cstddef>