de4f5e5
diff -Naur ann_1.1.2.orig/src/kd_dump.cpp ann_1.1.2/src/kd_dump.cpp
de4f5e5
--- ann_1.1.2.orig/src/kd_dump.cpp	2010-01-28 05:40:01.000000000 +0100
de4f5e5
+++ ann_1.1.2/src/kd_dump.cpp	2013-03-22 15:59:40.675142146 +0100
d01b04c
@@ -31,6 +31,9 @@
d01b04c
 // desired.)
d01b04c
 //----------------------------------------------------------------------
d01b04c
 
d01b04c
+#include <cstring>						// C standard string
d01b04c
+#include <cstdlib>						// C standard lib
d01b04c
+
d01b04c
 #include "kd_tree.h"					// kd-tree declarations
d01b04c
 #include "bd_tree.h"					// bd-tree declarations
d01b04c
 
de4f5e5
diff -Naur ann_1.1.2.orig/test/ann_test.cpp ann_1.1.2/test/ann_test.cpp
de4f5e5
--- ann_1.1.2.orig/test/ann_test.cpp	2010-01-28 05:40:01.000000000 +0100
de4f5e5
+++ ann_1.1.2/test/ann_test.cpp	2013-03-22 15:59:40.676142171 +0100
de4f5e5
@@ -37,6 +37,9 @@
de4f5e5
 //		Allow round-off error in validation test
d01b04c
 //----------------------------------------------------------------------
d01b04c
 
d01b04c
+#include <cstring>						// C standard string
d01b04c
+#include <cstdlib>						// C standard lib
d01b04c
+
d01b04c
 #include <ctime>						// clock
d01b04c
 #include <cmath>						// math routines
de4f5e5
 #include <cstring>						// C string ops