[GRASS-SVN] r36939 - grass/branches/develbranch_6/imagery/i.atcorr
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 1 20:35:27 EDT 2009
Author: hamish
Date: 2009-05-01 20:35:27 -0400 (Fri, 01 May 2009)
New Revision: 36939
Modified:
grass/branches/develbranch_6/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/develbranch_6/imagery/i.atcorr/Output.h
===================================================================
--- grass/branches/develbranch_6/imagery/i.atcorr/Output.h 2009-05-01 23:58:58 UTC (rev 36938)
+++ grass/branches/develbranch_6/imagery/i.atcorr/Output.h 2009-05-02 00:35:27 UTC (rev 36939)
@@ -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