Skip to content

Commit

Permalink
COMP: Add gdal_vrt.h include to get declaration of prototype for GDAL…
Browse files Browse the repository at this point in the history
…RegisterDefaultPixelFunc
  • Loading branch information
jmichel-otb committed Jul 7, 2016
1 parent 0e14ea1 commit 66e3388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdal/frmts/vrt/pixelfunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include <math.h>
#include <gdal.h>
#include <gdal_vrt.h>

static CPLErr RealPixelFunc(void **papoSources, int nSources, void *pData,
int nXSize, int nYSize,
Expand Down

0 comments on commit 66e3388

Please sign in to comment.