[GRASS-SVN] r32761 - grass/trunk/include/iostream
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 14 06:19:50 EDT 2008
Author: martinl
Date: 2008-08-14 06:19:50 -0400 (Thu, 14 Aug 2008)
New Revision: 32761
Modified:
grass/trunk/include/iostream/ami_stream.h
Log:
iostreamlib: add missing cstring header (r.terraflow is compiled properly)
(merge from devbr6, r32760)
Modified: grass/trunk/include/iostream/ami_stream.h
===================================================================
--- grass/trunk/include/iostream/ami_stream.h 2008-08-14 10:14:06 UTC (rev 32760)
+++ grass/trunk/include/iostream/ami_stream.h 2008-08-14 10:19:50 UTC (rev 32761)
@@ -48,6 +48,7 @@
#include <errno.h>
#include <unistd.h>
+#include <cstring>
#include <iostream>
using namespace std;
More information about the grass-commit
mailing list