[GRASS-SVN] r36941 - grass/trunk/imagery/i.atcorr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 2 02:31:51 EDT 2009
Author: neteler
Date: 2009-05-02 02:31:51 -0400 (Sat, 02 May 2009)
New Revision: 36941
Modified:
grass/trunk/imagery/i.atcorr/Output.h
Log:
include missing c++ header needed for gcc 4.4. debian bug #526204, patch from Martin Michlmayr
Modified: grass/trunk/imagery/i.atcorr/Output.h
===================================================================
--- grass/trunk/imagery/i.atcorr/Output.h 2009-05-02 06:31:01 UTC (rev 36940)
+++ grass/trunk/imagery/i.atcorr/Output.h 2009-05-02 06:31:51 UTC (rev 36941)
@@ -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