Skip to content

Commit

Permalink
Merge pull request #6626 from OSGeo/backport-6625-to-release/3.6
Browse files Browse the repository at this point in the history
[Backport release/3.6] Fix VS2017 broken builds (#6624)
  • Loading branch information
rouault committed Nov 6, 2022
2 parents a090546 + 9e200b5 commit f987d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions alg/gdalchecksum.cpp
Expand Up @@ -32,6 +32,7 @@

#include <cmath>
#include <cstddef>
#include <algorithm>

#include "cpl_conv.h"
#include "cpl_error.h"
Expand Down
1 change: 1 addition & 0 deletions alg/gdalgrid.cpp
Expand Up @@ -40,6 +40,7 @@
#include <limits>
#include <map>
#include <utility>
#include <algorithm>

#include "cpl_conv.h"
#include "cpl_cpu_features.h"
Expand Down

0 comments on commit f987d20

Please sign in to comment.