globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / vamp-plugins / OnsetDetect.cpp
index 614eb4c94388f9354968eac12d8d3e0efb8d442b..714eee3647fa69638b66c4d47088a9bf430c0832 100644 (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"