Skip to content

Commit

Permalink
Fix missing header for Visual Studio (#874)
Browse files Browse the repository at this point in the history
src\lib\OpenEXRUtil\ImfCheckFile.cpp(26): error C2039: "max": is not a member of "std"

Signed-off-by: Transporter <[email protected]>
  • Loading branch information
OgreTransporter authored Jan 14, 2021
1 parent 088a614 commit a981d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/OpenEXRUtil/ImfCheckFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "ImfMultiPartInputFile.h"

#include <vector>

#include <algorithm>

OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER

Expand Down

0 comments on commit a981d61

Please sign in to comment.