diff examples/AmplitudeFollower.cpp @ 394:a69901aa85d2

Algorithm includes for std::min, etc
author Chris Cannam
date Tue, 02 Jun 2015 14:18:27 +0100
parents c860f892c3d7
children 75cc9ced3b01
line wrap: on
line diff
--- a/examples/AmplitudeFollower.cpp	Wed May 20 16:51:52 2015 +0100
+++ b/examples/AmplitudeFollower.cpp	Tue Jun 02 14:18:27 2015 +0100
@@ -41,6 +41,7 @@
 #include <string>
 #include <vector>
 #include <iostream>
+#include <algorithm>
 
 using std::string;
 using std::vector;