Skip to content

Commit

Permalink
Fixed MSVC2017 builds (OSGeo#8594)
Browse files Browse the repository at this point in the history
  • Loading branch information
szekerest committed Oct 22, 2023
1 parent fada29f commit 72e3d1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions frmts/gtiff/geotiff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "tiffio.h"
#include "tif_jxl.h"
#include "xtiffio.h"
#include <cctype>

// Needed to expose WEBP_LOSSLESS option
#ifdef WEBP_SUPPORT
Expand Down
1 change: 1 addition & 0 deletions frmts/hdf4/hdf4dataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

#include "hdf4compat.h"
#include "hdf4dataset.h"
#include <cctype>

extern const char *const pszGDALSignature;

Expand Down
1 change: 1 addition & 0 deletions frmts/hdf5/hdf5dataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <stdio.h>
#include <string.h>
#include <string>
#include <cctype>

#include "cpl_conv.h"
#include "cpl_error.h"
Expand Down
1 change: 1 addition & 0 deletions ogr/ogrsf_frmts/gpkg/ogr_geopackage.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include <vector>
#include <set>
#include <thread>
#include <cctype>

#define UNKNOWN_SRID -2
#define DEFAULT_SRID 0
Expand Down

0 comments on commit 72e3d1c

Please sign in to comment.