Mercurial > hg > qm-vamp-plugins
comparison plugins/SimilarityPlugin.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 | f96ea0e4b475 |
children |
comparison
equal
deleted
inserted
replaced
189:4e3bd932c195 | 190:af6a5ba00a8f |
---|---|
12 COPYING included with this distribution for more information. | 12 COPYING included with this distribution for more information. |
13 */ | 13 */ |
14 | 14 |
15 #include <iostream> | 15 #include <iostream> |
16 #include <cstdio> | 16 #include <cstdio> |
17 #include <algorithm> | |
17 | 18 |
18 #include "SimilarityPlugin.h" | 19 #include "SimilarityPlugin.h" |
19 #include "base/Pitch.h" | 20 #include "base/Pitch.h" |
20 #include "dsp/mfcc/MFCC.h" | 21 #include "dsp/mfcc/MFCC.h" |
21 #include "dsp/chromagram/Chromagram.h" | 22 #include "dsp/chromagram/Chromagram.h" |