Skip to content

Commit

Permalink
Add #include <algorithm> for MSVC14 (#1239)
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Mar 22, 2022
1 parent 5ea7945 commit 7cea81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/OpenEXRCoreTest/compression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <iomanip>
#include <iostream>
#include <vector>
#include <algorithm>

#include <ImathRandom.h>
#include <ImfArray.h>
Expand Down

0 comments on commit 7cea81e

Please sign in to comment.