Skip to content

Commit

Permalink
Merge pull request #6917 from OSGeo/backport-6915-to-release/3.6
Browse files Browse the repository at this point in the history
[Backport release/3.6] Add missing <cstdint headers for uint*_t types
  • Loading branch information
rouault committed Dec 13, 2022
2 parents c997674 + 7538be4 commit 8c2c9d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frmts/mrf/LERCV1/Lerc1Image.cpp
Expand Up @@ -22,6 +22,7 @@ Contributors: Thomas Maurer
*/

#include "Lerc1Image.h"
#include <cstdint>
#include <cmath>
#include <cfloat>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions ogr/ogrsf_frmts/openfilegdb/filegdbindex_write.cpp
Expand Up @@ -32,6 +32,7 @@
#include "filegdbtable_priv.h"

#include <cctype>
#include <cstdint>
#include <algorithm>
#include <limits>

Expand Down

0 comments on commit 8c2c9d9

Please sign in to comment.