remove unused member
[ardour.git] / libs / vamp-plugins / PercussionOnsetDetector.cpp
index 447eb19a280e373b3b5f7de4456c1bc854c004c7..35dd8ca668211189749db6d4483c11b15c63e71b 100644 (file)
@@ -7,7 +7,7 @@
 
     Centre for Digital Music, Queen Mary, University of London.
     Copyright 2006 Chris Cannam.
-  
+
     Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation
     files (the "Software"), to deal in the Software without
@@ -34,6 +34,9 @@
     authorization.
 */
 
+#ifdef COMPILER_MSVC
+#include <ardourext/float_cast.h>
+#endif
 #include "PercussionOnsetDetector.h"
 
 using std::string;