]> git.pld-linux.org Git - packages/ann.git/blob - ann-gcc43.patch
- x32 rebuild
[packages/ann.git] / ann-gcc43.patch
1 diff -Naur ann_1.1.2.orig/src/kd_dump.cpp ann_1.1.2/src/kd_dump.cpp
2 --- ann_1.1.2.orig/src/kd_dump.cpp      2010-01-28 05:40:01.000000000 +0100
3 +++ ann_1.1.2/src/kd_dump.cpp   2013-03-22 15:59:40.675142146 +0100
4 @@ -31,6 +31,9 @@
5  // desired.)
6  //----------------------------------------------------------------------
7  
8 +#include <cstring>                                             // C standard string
9 +#include <cstdlib>                                             // C standard lib
10 +
11  #include "kd_tree.h"                                   // kd-tree declarations
12  #include "bd_tree.h"                                   // bd-tree declarations
13  
14 diff -Naur ann_1.1.2.orig/test/ann_test.cpp ann_1.1.2/test/ann_test.cpp
15 --- ann_1.1.2.orig/test/ann_test.cpp    2010-01-28 05:40:01.000000000 +0100
16 +++ ann_1.1.2/test/ann_test.cpp 2013-03-22 15:59:40.676142171 +0100
17 @@ -37,6 +37,9 @@
18  //             Allow round-off error in validation test
19  //----------------------------------------------------------------------
20  
21 +#include <cstring>                                             // C standard string
22 +#include <cstdlib>                                             // C standard lib
23 +
24  #include <ctime>                                               // clock
25  #include <cmath>                                               // math routines
26  #include <cstring>                                             // C string ops
This page took 0.072359 seconds and 3 git commands to generate.