[GRASS-SVN] r36940 - grass/branches/releasebranch_6_4/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 2 02:31:04 EDT 2009


Author: neteler
Date: 2009-05-02 02:31:01 -0400 (Sat, 02 May 2009)
New Revision: 36940

Modified:
   grass/branches/releasebranch_6_4/imagery/i.atcorr/Output.h
Log:
include missing c++ header needed for gcc 4.4. debian bug #526204, patch from Martin Michlmayr

Modified: grass/branches/releasebranch_6_4/imagery/i.atcorr/Output.h
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.atcorr/Output.h	2009-05-02 00:35:27 UTC (rev 36939)
+++ grass/branches/releasebranch_6_4/imagery/i.atcorr/Output.h	2009-05-02 06:31:01 UTC (rev 36940)
@@ -1,6 +1,7 @@
 #ifndef MY_OUTPUT_H
 #define MY_OUTPUT_H
 
+#include <cstdio>
 #include <iostream>
 #include <sstream>
 #include <string>



More information about the grass-commit mailing list