Skip to content

Commit

Permalink
Windows compile fix
Browse files Browse the repository at this point in the history
std::min wasn't found due to <algorithm> not being included.
  • Loading branch information
Jamie Kenyon committed Jul 29, 2016
1 parent a0a6839 commit 77faf00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenEXR/IlmImf/ImfDwaCompressorSimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
#include <half.h>
#include <assert.h>

#include <algorithm>

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER

#define _SSE_ALIGNMENT 32
Expand Down

0 comments on commit 77faf00

Please sign in to comment.