[GRASS-SVN] r32760 - grass/branches/develbranch_6/include/iostream

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 14 06:14:06 EDT 2008


Author: martinl
Date: 2008-08-14 06:14:06 -0400 (Thu, 14 Aug 2008)
New Revision: 32760

Modified:
   grass/branches/develbranch_6/include/iostream/ami_stream.h
Log:
iostreamlib: add missing cstring header (r.terraflow is compiled properly)


Modified: grass/branches/develbranch_6/include/iostream/ami_stream.h
===================================================================
--- grass/branches/develbranch_6/include/iostream/ami_stream.h	2008-08-14 09:42:40 UTC (rev 32759)
+++ grass/branches/develbranch_6/include/iostream/ami_stream.h	2008-08-14 10:14:06 UTC (rev 32760)
@@ -30,6 +30,7 @@
 #include <errno.h>
 #include <unistd.h>
 
+#include <cstring>
 #include <iostream>
 using namespace std;
 



More information about the grass-commit mailing list