Skip to content

Commit

Permalink
contour.cpp: add missing include (not for changelog: issue not presen…
Browse files Browse the repository at this point in the history
…t in latest release)
  • Loading branch information
rouault committed Sep 30, 2024
1 parent 19a2334 commit a2f4c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alg/contour.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
#include "ogr_srs_api.h"
#include "ogr_geometry.h"

#include <limits>

static CPLErr OGRPolygonContourWriter(double dfLevelMin, double dfLevelMax,
const OGRMultiPolygon &multipoly,
void *pInfo)
Expand Down

0 comments on commit a2f4c2d

Please sign in to comment.