1
0
Fork 0

Add missing header <algorithm> in gdalchop.cxx

<algorithm> is required for std::min() and std::max(), thanks to Alan
Teeder for the report.

(cherry picked from commit 6434a5ad2d3b0d88b1337d9126acad8b40365b0e)
This commit is contained in:
Florent Rougon 2018-03-18 21:59:04 +01:00
parent dac1324c94
commit 7454ed51b9

View file

@ -22,6 +22,8 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
//
#include <algorithm>
#include <simgear/compiler.h>
#include <simgear/bucket/newbucket.hxx>
#include <simgear/debug/logstream.hxx>