Page 1 of 1

FreeImage: #include <algorithm> missing

Posted: Sun Feb 23, 2014 7:22 pm
by Shtuka
In several .cpp files of Dependencies/FreeImage,

Code: Select all

#include <algorithm>
is missing for

Code: Select all

using std::max;
using std::min;

Re: FreeImage: #include <algorithm> missing

Posted: Mon Feb 24, 2014 12:51 pm
by Klaim
I pointed that already last year and several people also provided pull requests for this but nobody have merged it yet. :cry: