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

Fix missing header for Visual Studio #874

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

OgreTransporter
Copy link
Contributor

Error message in Visual Studio:

src\lib\OpenEXRUtil\ImfCheckFile.cpp(26): error C2039: "max": is not a member of "std"

See https://en.cppreference.com/w/cpp/algorithm/max, std::max is defined in header algorithm.

src\lib\OpenEXRUtil\ImfCheckFile.cpp(26): error C2039: "max": is not a member of "std"

Signed-off-by: Transporter <ogre.transporter@gmail.com>
@cary-ilm cary-ilm merged commit a981d61 into AcademySoftwareFoundation:master Jan 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants