summaryrefslogtreecommitdiff
path: root/sci-libs/spr/files/spr-3.3.2-gcc46.patch
blob: 715d2ab21edef0d31c14a2eddaf1f671b58c93d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
diff -Nur SPR-3.3.2.orig/src/SprAddBaggersApp.cc SPR-3.3.2/src/SprAddBaggersApp.cc
--- SPR-3.3.2.orig/src/SprAddBaggersApp.cc	2011-03-29 05:52:30.000000000 +0100
+++ SPR-3.3.2/src/SprAddBaggersApp.cc	2011-05-04 00:58:45.000000000 +0100
@@ -6,6 +6,7 @@
 #include "StatPatternRecognition/SprClassifierReader.hh"
 #include "StatPatternRecognition/SprStringParser.hh"
 
+#include <cstdio>
 #include <stdlib.h>
 #include <unistd.h>
 #include <iostream>
diff -Nur SPR-3.3.2.orig/src/SprAddColumnsForMCLApp.cc SPR-3.3.2/src/SprAddColumnsForMCLApp.cc
--- SPR-3.3.2.orig/src/SprAddColumnsForMCLApp.cc	2011-03-29 05:52:30.000000000 +0100
+++ SPR-3.3.2/src/SprAddColumnsForMCLApp.cc	2011-05-04 00:59:02.000000000 +0100
@@ -4,6 +4,7 @@
 #include "StatPatternRecognition/SprMultiClassReader.hh"
 #include "StatPatternRecognition/SprTrainedMultiClassLearner.hh"
 
+#include <cstdio>
 #include <stdlib.h>
 #include <unistd.h>
 #include <iostream>
diff -Nur SPR-3.3.2.orig/src/SprIndicatorMatrixApp.cc SPR-3.3.2/src/SprIndicatorMatrixApp.cc
--- SPR-3.3.2.orig/src/SprIndicatorMatrixApp.cc	2011-03-29 05:52:30.000000000 +0100
+++ SPR-3.3.2/src/SprIndicatorMatrixApp.cc	2011-05-04 00:59:31.000000000 +0100
@@ -4,6 +4,7 @@
 #include "StatPatternRecognition/SprIndicatorMatrix.hh"
 #include "StatPatternRecognition/SprConfig.hh"
 
+#include <cstdio>
 #include <iostream>
 #include <string>
 #include <unistd.h>