Skip to content

Commit

Permalink
COMP: Fix include of gdal_vrt.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichel-otb committed Jul 7, 2016
1 parent 66e3388 commit 8783995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdal/frmts/vrt/pixelfunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

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

0 comments on commit 8783995

Please sign in to comment.