comparison plugins/Notes.cpp @ 28:f654a060ad90

* minor build fixes
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 02 Dec 2008 12:23:28 +0000
parents a83125c623f0
children 7fd8f7a0b088
comparison
equal deleted inserted replaced
27:d728387b667f 28:f654a060ad90
14 14
15 */ 15 */
16 16
17 #include <math.h> 17 #include <math.h>
18 #include "Notes.h" 18 #include "Notes.h"
19
20 #include <algorithm>
19 21
20 using std::string; 22 using std::string;
21 using std::vector; 23 using std::vector;
22 using std::cerr; 24 using std::cerr;
23 using std::endl; 25 using std::endl;