Modify 'libs/vamp-plugins' to be buildable with MSVC

This commit is contained in:
John Emmas 2013-07-20 08:30:40 +01:00
parent 9d774969fc
commit 53f1cb2a0f
5 changed files with 25 additions and 5 deletions

View file

@ -12,6 +12,9 @@
COPYING included with this distribution for more information.
*/
#ifdef COMPILER_MSVC
#include <ardourext/float_cast.h>
#endif
#include "OnsetDetect.h"
#include "dsp/onsets/DetectionFunction.h"