瀏覽代碼

iostreamlib: add missing cstring header (merge from devbr6, https://trac.osgeo.org/grass/changeset/32668)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32669 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 年之前
父節點
當前提交
f77e9f74c0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/iostream/ami_stream.cc

+ 2 - 0
lib/iostream/ami_stream.cc

@@ -25,6 +25,8 @@
 #include <errno.h>
 #include <unistd.h>
 
+#include <cstring>
+
 //#include <ami_stream.h>
 #include <grass/iostream/ami_stream.h>