Skip to content

Commit

Permalink
Update src/gdal_read_stream.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <[email protected]>
  • Loading branch information
edzer and rouault authored Sep 21, 2023
1 parent 71dee0e commit ebb45ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdal_read_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define RCPP_DEFAULT_INCLUDE_CALL false
#include "Rcpp.h"

#if (GDAL_VERSION_MAJOR >= 3 && GDAL_VERSION_MINOR >= 6)
#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,6,0)

#include <ogr_recordbatch.h>
#include "gdal_read.h"
Expand Down

0 comments on commit ebb45ac

Please sign in to comment.