Procházet zdrojové kódy

add missing headers (compiled without GDAL)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66590 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa před 9 roky
rodič
revize
2877afe850

+ 1 - 0
lib/raster3d/test/test_put_get_value_large_file.c

@@ -16,6 +16,7 @@
 *****************************************************************************/
 #include <stdlib.h>
 #include <string.h>
+#include <math.h>
 #include "test_raster3d_lib.h"
 #include "grass/interpf.h"
 

+ 1 - 0
raster/r.carve/enforce_ds.c

@@ -19,6 +19,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <math.h>
 #include <grass/gis.h>
 #include <grass/raster.h>
 #include <grass/glocale.h>

+ 1 - 0
vector/v.cluster/main.c

@@ -19,6 +19,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <math.h>
 #include <grass/gis.h>
 #include <grass/vector.h>
 #include <grass/glocale.h>

+ 1 - 0
vector/v.external.out/format.c

@@ -1,4 +1,5 @@
 #include <string.h>
+#include <stdlib.h>
 
 #include <grass/gis.h>
 #include <grass/glocale.h>

+ 1 - 0
vector/v.net/turntable.c

@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <math.h>
 
 #include <grass/gis.h>
 #include <grass/vector.h>