summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/grass/files/grass-6.3.0-gcc44.patch')
-rw-r--r--sci-geosciences/grass/files/grass-6.3.0-gcc44.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-geosciences/grass/files/grass-6.3.0-gcc44.patch b/sci-geosciences/grass/files/grass-6.3.0-gcc44.patch
new file mode 100644
index 000000000000..d90f074283cd
--- /dev/null
+++ b/sci-geosciences/grass/files/grass-6.3.0-gcc44.patch
@@ -0,0 +1,11 @@
+diff -Nupr grass-6.3.0/imagery/i.atcorr/Output.h~ grass-6.3.0/imagery/i.atcorr/Output.h
+--- grass-6.3.0/imagery/i.atcorr/Output.h~ 2009-04-29 20:49:42.000000000 +0000
++++ grass-6.3.0/imagery/i.atcorr/Output.h 2009-04-29 20:49:50.000000000 +0000
+@@ -1,6 +1,7 @@
+ #ifndef MY_OUTPUT_H
+ #define MY_OUTPUT_H
+
++#include <cstdio>
+ #include <iostream>
+ #include <sstream>
+ #include <string>