瀏覽代碼

add missing headers (compiled without GDAL)
(merge https://trac.osgeo.org/grass/changeset/66590 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66591 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 9 年之前
父節點
當前提交
d822852fe5
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      lib/raster3d/test/test_put_get_value_large_file.c
  2. 1 0
      raster/r.carve/enforce_ds.c
  3. 1 0
      vector/v.external.out/format.c

+ 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.external.out/format.c

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