Browse Source

Fix epsilon not declared in color_space.inl #1233

Christophe 1 year ago
parent
commit
31a5f56a7c
2 changed files with 1 additions and 1 deletions
  1. 1 0
      glm/gtx/color_space.inl
  2. 0 1
      test/gtx/gtx_color_space.cpp

+ 1 - 0
glm/gtx/color_space.inl

@@ -1,6 +1,7 @@
 /// @ref gtx_color_space
 
 #include <glm/ext/scalar_relational.hpp>
+#include <glm/ext/scalar_constants.hpp>
 
 namespace glm
 {

+ 0 - 1
test/gtx/gtx_color_space.cpp

@@ -1,5 +1,4 @@
 #include <glm/ext/vector_relational.hpp>
-#include <glm/ext/scalar_constants.hpp>
 
 #define GLM_ENABLE_EXPERIMENTAL
 #include <glm/gtx/color_space.hpp>