updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / probcons / PATCH
blob6f42a90e7bcfd2932f2a48894f6b7089cede3cef
1 diff -ur probcons/CompareToRef.cc probcons2/CompareToRef.cc
2 --- probcons/CompareToRef.cc    2004-07-13 14:04:34.000000000 -0700
3 +++ probcons2/CompareToRef.cc   2009-03-28 16:48:50.934822137 -0700
4 @@ -7,7 +7,7 @@
5  
6  #include "SafeVector.h"
7  #include "MultiSequence.h"
8 -#include <string>
9 +#include <string.h>
10  #include <sstream>
11  #include <iomanip>
12  #include <iostream>
13 diff -ur probcons/Main.cc probcons2/Main.cc
14 --- probcons/Main.cc    2007-04-03 10:37:16.000000000 -0700
15 +++ probcons2/Main.cc   2009-03-28 16:41:41.008218910 -0700
16 @@ -11,7 +11,7 @@
17  #include "ProbabilisticModel.h"
18  #include "EvolutionaryTree.h"
19  #include "SparseMatrix.h"
20 -#include <string>
21 +#include <string.h>
22  #include <sstream>
23  #include <iomanip>
24  #include <iostream>
25 diff -ur probcons/ProjectPairwise.cc probcons2/ProjectPairwise.cc
26 --- probcons/ProjectPairwise.cc 2004-07-13 14:04:34.000000000 -0700
27 +++ probcons2/ProjectPairwise.cc        2009-03-28 16:50:22.611474766 -0700
28 @@ -7,7 +7,7 @@
30  #include "SafeVector.h"
31  #include "MultiSequence.h"
32 -#include <string>
33 +#include <string.h>
34  #include <sstream>
35  #include <iomanip>
36  #include <iostream>
37 Only in probcons2: ProjectPairwise.cc~