Skip to content

Commit

Permalink
Fix VS2017 broken builds (#6624)
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest authored and github-actions[bot] committed Nov 6, 2022
1 parent c08174c commit 9e200b5
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 9e200b5

Please sign in to comment.