Skip to content

Commit e9573fe

Browse files
authored
r.viewshed: Add missing <algorithm> include for std::max (OSGeo#6502)
1 parent ae1f0dd commit e9573fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

raster/r.viewshed/statusstructure.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <math.h>
3838
#include <stdio.h>
3939
#include <stdlib.h>
40+
#include <algorithm>
4041
#include <assert.h>
4142

4243
extern "C" {

0 commit comments

Comments
 (0)