[GRASS-SVN] r29784 - in grass/trunk: imagery/i.atcorr
raster/r.terraflow/IOStream/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 21 12:07:11 EST 2008
Author: martinl
Date: 2008-01-21 12:07:11 -0500 (Mon, 21 Jan 2008)
New Revision: 29784
Modified:
grass/trunk/imagery/i.atcorr/6s.cpp
grass/trunk/imagery/i.atcorr/computations.cpp
grass/trunk/raster/r.terraflow/IOStream/include/ami_stream.h
Log:
Fixing GCC 4.3 issue #21
Modified: grass/trunk/imagery/i.atcorr/6s.cpp
===================================================================
--- grass/trunk/imagery/i.atcorr/6s.cpp 2008-01-21 17:04:18 UTC (rev 29783)
+++ grass/trunk/imagery/i.atcorr/6s.cpp 2008-01-21 17:07:11 UTC (rev 29784)
@@ -1,3 +1,4 @@
+#include <cstring>
#include "6s.h"
#include "common.h"
#include "GeomCond.h"
Modified: grass/trunk/imagery/i.atcorr/computations.cpp
===================================================================
--- grass/trunk/imagery/i.atcorr/computations.cpp 2008-01-21 17:04:18 UTC (rev 29783)
+++ grass/trunk/imagery/i.atcorr/computations.cpp 2008-01-21 17:07:11 UTC (rev 29784)
@@ -1,3 +1,4 @@
+#include <cstring>
#include "common.h"
#include "GeomCond.h"
#include "AtmosModel.h"
Modified: grass/trunk/raster/r.terraflow/IOStream/include/ami_stream.h
===================================================================
--- grass/trunk/raster/r.terraflow/IOStream/include/ami_stream.h 2008-01-21 17:04:18 UTC (rev 29783)
+++ grass/trunk/raster/r.terraflow/IOStream/include/ami_stream.h 2008-01-21 17:07:11 UTC (rev 29784)
@@ -31,6 +31,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