changeset 535:77e63d5c6de0

Compile fix for previous revision Include <algorithm> for std::lower_bound.
author mas01cr
date Wed, 04 Feb 2009 11:37:07 +0000
parents 57e459f62788
children ad561daf75ca
files audioDB-internals.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audioDB-internals.h	Wed Feb 04 10:45:57 2009 +0000
+++ b/audioDB-internals.h	Wed Feb 04 11:37:07 2009 +0000
@@ -2,6 +2,7 @@
 #include <queue>
 #include <map>
 #include <string>
+#include <algorithm>
 
 #include "pointpair.h"
 #include "accumulator.h"