FreeImage: #include <algorithm> missing

Minor issues with the Ogre API that can be trivial to fix
Post Reply
Shtuka
Greenskin
Posts: 146
Joined: Mon Jan 10, 2011 7:39 pm
x 9

FreeImage: #include <algorithm> missing

Post 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;
User avatar
Klaim
Old One
Posts: 2565
Joined: Sun Sep 11, 2005 1:04 am
Location: Paris, France
x 56
Contact:

Re: FreeImage: #include <algorithm> missing

Post by Klaim »

I pointed that already last year and several people also provided pull requests for this but nobody have merged it yet. :cry:
Post Reply