Mercurial > hg > qm-vamp-plugins
comparison plugins/Transcription.cpp @ 190:af6a5ba00a8f
Some fixes for MSVC
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 01 Feb 2018 16:36:55 +0000 |
parents | 258939b7c810 |
children |
comparison
equal
deleted
inserted
replaced
189:4e3bd932c195 | 190:af6a5ba00a8f |
---|---|
16 | 16 |
17 #include "Transcription.h" | 17 #include "Transcription.h" |
18 #include <vamp-sdk/PluginAdapter.h> | 18 #include <vamp-sdk/PluginAdapter.h> |
19 #include <math.h> | 19 #include <math.h> |
20 #include <stdlib.h> | 20 #include <stdlib.h> |
21 #include <algorithm> | |
21 | 22 |
22 using std::string; | 23 using std::string; |
23 using std::vector; | 24 using std::vector; |
24 using std::cerr; | 25 using std::cerr; |
25 using std::endl; | 26 using std::endl; |