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