On Sun, Oct 4, 2015 at 9:08 AM, <[email protected]> wrote: > > Author: neteler > Date: 2015-10-04 06:08:45 -0700 (Sun, 04 Oct 2015) > New Revision: 66413 > > Modified: > grass-addons/grass7/vector/v.kriging/local_proto.h > Log: > v.kriging: add missing la.h header > > @@ -13,6 +13,7 @@ > #include <grass/config.h> > #include <grass/gis.h> > #include <grass/gmath.h> > +#include <grass/la.h> > #include <grass/raster3d.h>
Hi, this shouldn't be necessary and same for r66404, gmath.h contains already grass/la.h. Any possible compilation issue is an issue with configuration (local or in GRASS) or with the gmath.h file. What was the reason for the change? Vaclav https://trac.osgeo.org/grass/browser/grass/trunk/include/gmath.h#L27 https://trac.osgeo.org/grass/changeset/66404 https://trac.osgeo.org/grass/changeset/66413
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
