Skip to content

Commit

Permalink
Fix epsilon not declared in color_space.inl g-truc#1233
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg authored and Zuzu-Typ committed Oct 11, 2024
1 parent a12ed2c commit 9323b45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions glm/gtx/color_space.inl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/// @ref gtx_color_space

#include <glm/ext/scalar_relational.hpp>
#include <glm/ext/scalar_constants.hpp>

namespace glm
{
Expand Down
1 change: 0 additions & 1 deletion test/gtx/gtx_color_space.cpp
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 9323b45

Please sign in to comment.