From 9323b45a236b933abb48b655dd1b43bf692f8184 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 ed39c0a94..b3183b981 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 50e1eaa6c..0e6bcd90e 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