Visual Studio 2013 preview requires #include <algorithm> for min max in openexr (Bug #3267)
Description
Trying to recompile OpenCV, fails to compile openexr/IlmImfd
cannot find std::min and max unless
#include <algorithm>
is added at the start of each .cpp file
Windows 7 (64-bit) using 32-bit build of the latest OpenCV, after cmake GUI
Visual Studio 2013 Preview
Associated revisions
Merge pull request #3267 from a-wi:MSMF_capture_fixes_v3
History
Updated by Daniil Osokin over 11 years ago
- Status changed from New to Cancelled