From 31a5f56a7c60405e71864bebf17241f3ee29dda6 Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 6 Feb 2024 15:28:38 +0100 Subject: [PATCH] Fix epsilon not declared in color_space.inl #1233 --- glm/gtx/color_space.inl | 1 + test/gtx/gtx_color_space.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/color_space.inl b/glm/gtx/color_space.inl index ed39c0a9..b3183b98 100644 --- a/glm/gtx/color_space.inl +++ b/glm/gtx/color_space.inl @@ -1,6 +1,7 @@ /// @ref gtx_color_space #include +#include namespace glm { diff --git a/test/gtx/gtx_color_space.cpp b/test/gtx/gtx_color_space.cpp index 50e1eaa6..0e6bcd90 100644 --- a/test/gtx/gtx_color_space.cpp +++ b/test/gtx/gtx_color_space.cpp @@ -1,5 +1,4 @@ #include -#include #define GLM_ENABLE_EXPERIMENTAL #include