diff audioDB.h @ 62:9379253c3f78

Fix tests/0004 by initializing the distance vector for point queries with -DBL_MAX rather than 0.0.
author mas01cr
date Thu, 20 Sep 2007 14:29:30 +0000
parents cd851d1fbc62
children 128f065fd250
line wrap: on
line diff
--- a/audioDB.h	Thu Sep 20 14:29:03 2007 +0000
+++ b/audioDB.h	Thu Sep 20 14:29:30 2007 +0000
@@ -82,6 +82,7 @@
 #include <math.h>
 #include <sys/time.h>
 #include <assert.h>
+#include <float.h>
 
 // includes for web services
 #include "soapH.h"