[GRASS-SVN] r66413 - grass-addons/grass7/vector/v.kriging

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 4 06:08:45 PDT 2015


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

Modified: grass-addons/grass7/vector/v.kriging/local_proto.h
===================================================================
--- grass-addons/grass7/vector/v.kriging/local_proto.h	2015-10-04 12:10:23 UTC (rev 66412)
+++ grass-addons/grass7/vector/v.kriging/local_proto.h	2015-10-04 13:08:45 UTC (rev 66413)
@@ -13,6 +13,7 @@
 #include <grass/config.h>
 #include <grass/gis.h>
 #include <grass/gmath.h>
+#include <grass/la.h>
 #include <grass/raster3d.h>
 #include <grass/glocale.h>
 #include <grass/rtree.h>



More information about the grass-commit mailing list