-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epsilon not declared in color_space.inl #1233
Comments
This bug seems to have been introduced by f86092a. |
In most cases Those epsilon changes were to compensate |
This reverts commit 9323b45.
When including
color_space.hpp
, I get the following errors:There's probably an include missing to
glm/gtc/epsilon.hpp
.EDIT: Even including
glm/gtc/epsilon.hpp
beforehand seems to be insufficient. Isepsilon
in a different namespace?The text was updated successfully, but these errors were encountered: