瀏覽代碼

added missing headers

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39422 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 15 年之前
父節點
當前提交
73623901d6
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      lib/vector/Vlib/buffer2.c
  2. 2 0
      lib/vector/Vlib/dgraph.c

+ 1 - 0
lib/vector/Vlib/buffer2.c

@@ -18,6 +18,7 @@
 
 #include <grass/config.h>
 #include <stdlib.h>
+#include <math.h>
 #include <grass/vector.h>
 #include <grass/gis.h>
 #include <grass/glocale.h>

+ 2 - 0
lib/vector/Vlib/dgraph.c

@@ -15,6 +15,8 @@
 
 #include <grass/config.h>
 #include <stdlib.h>
+#include <string.h>
+#include <math.h>
 #include <grass/vector.h>
 #include <grass/gis.h>
 #include <grass/glocale.h>