From 66e338857047d508dc4ca3f782d57e96b95c81c3 Mon Sep 17 00:00:00 2001 From: Julien Michel Date: Thu, 7 Jul 2016 11:06:30 +0200 Subject: [PATCH] COMP: Add gdal_vrt.h include to get declaration of prototype for GDALRegisterDefaultPixelFunc --- gdal/frmts/vrt/pixelfunctions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdal/frmts/vrt/pixelfunctions.c b/gdal/frmts/vrt/pixelfunctions.c index ee5ca2b36d07..45a20913a56c 100644 --- a/gdal/frmts/vrt/pixelfunctions.c +++ b/gdal/frmts/vrt/pixelfunctions.c @@ -29,6 +29,7 @@ #include #include +#include static CPLErr RealPixelFunc(void **papoSources, int nSources, void *pData, int nXSize, int nYSize,