Mercurial > hg > vamp-plugin-sdk
comparison 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 |
comparison
equal
deleted
inserted
replaced
391:126a60e6dc4e | 394:a69901aa85d2 |
---|---|
39 #include <cmath> | 39 #include <cmath> |
40 | 40 |
41 #include <string> | 41 #include <string> |
42 #include <vector> | 42 #include <vector> |
43 #include <iostream> | 43 #include <iostream> |
44 #include <algorithm> | |
44 | 45 |
45 using std::string; | 46 using std::string; |
46 using std::vector; | 47 using std::vector; |
47 using std::cerr; | 48 using std::cerr; |
48 using std::endl; | 49 using std::endl; |