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