[GRASS-SVN] r29786 - grass/branches/releasebranch_6_2/raster/r.terraflow/IOStream/include

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 21 12:28:21 EST 2008


Author: martinl
Date: 2008-01-21 12:28:21 -0500 (Mon, 21 Jan 2008)
New Revision: 29786

Modified:
   grass/branches/releasebranch_6_2/raster/r.terraflow/IOStream/include/ami_stream.h
Log:
Fixing GCC 4.3 issue #21 (backported from trunk)

Modified: grass/branches/releasebranch_6_2/raster/r.terraflow/IOStream/include/ami_stream.h
===================================================================
--- grass/branches/releasebranch_6_2/raster/r.terraflow/IOStream/include/ami_stream.h	2008-01-21 17:12:27 UTC (rev 29785)
+++ grass/branches/releasebranch_6_2/raster/r.terraflow/IOStream/include/ami_stream.h	2008-01-21 17:28:21 UTC (rev 29786)
@@ -53,6 +53,7 @@
 #include <unistd.h>
 
 #include <iostream>
+#include <cstring>
 using namespace std;
 
 #include "mm.h" // Get the memory manager.



More information about the grass-commit mailing list