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:
parent
dac1324c94
commit
7454ed51b9
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue