Skip to content

Commit ebb45ac

Browse files
edzerrouault
andauthored
Update src/gdal_read_stream.cpp
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
1 parent 71dee0e commit ebb45ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gdal_read_stream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define RCPP_DEFAULT_INCLUDE_CALL false
55
#include "Rcpp.h"
66

7-
#if (GDAL_VERSION_MAJOR >= 3 && GDAL_VERSION_MINOR >= 6)
7+
#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,6,0)
88

99
#include <ogr_recordbatch.h>
1010
#include "gdal_read.h"

0 commit comments

Comments
 (0)