Skip to content

Commit 13b63dc

Browse files
committed
Merge branch 'stream-reading' of https://github.com/paleolimbot/sf into stream-reading
2 parents 4a6321a + ebb45ac commit 13b63dc

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)