Skip to content
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

includes missing for GCC 11.2.1 #138

Open
mruegenberg opened this issue Mar 7, 2024 · 0 comments
Open

includes missing for GCC 11.2.1 #138

mruegenberg opened this issue Mar 7, 2024 · 0 comments

Comments

@mruegenberg
Copy link

When trying to compile the package with GCC 11.2.1 I got the following error: home/aswf/rawtoaces/include/rawtoaces/define.h:166:21: error: ‘numeric_limits’ was not declared in this scope

Following this Stackoverflow answer I added #include <limits> to define.h which fixed that issue.

Also for rawtoaces/src/rawtoaces_util/acesrender.cpp, I had to add #include <mutex> at the top

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant