Skip to content

Commit

Permalink
progress by guessing
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Oct 30, 2023
1 parent 302f7fb commit 0e43b00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/include/gdalarrowstream/gdalvectorstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
#include <Rcpp.h>
#include <ogrsf_frmts.h>
#include "common/common_vapour.h"
#include <ogr_recordbatch.h>
using namespace Rcpp;

namespace gdalvectorstream {

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

#include <ogr_recordbatch.h>

class GDALStreamWrapper {
public:
static void Make(struct ArrowArrayStream* stream, Rcpp::List shelter,
Expand Down

0 comments on commit 0e43b00

Please sign in to comment.