diff examples/ZeroCrossing.cpp @ 394:a69901aa85d2

Algorithm includes for std::min, etc
author Chris Cannam
date Tue, 02 Jun 2015 14:18:27 +0100
parents 1ed95908a397
children
line wrap: on
line diff
--- a/examples/ZeroCrossing.cpp	Wed May 20 16:51:52 2015 +0100
+++ b/examples/ZeroCrossing.cpp	Tue Jun 02 14:18:27 2015 +0100
@@ -42,6 +42,7 @@
 using std::endl;
 
 #include <cmath>
+#include <algorithm>
 
 ZeroCrossing::ZeroCrossing(float inputSampleRate) :
     Plugin(inputSampleRate),