Call ARDOUR::cleanup at the end of libardour tests (from
[ardour.git] / libs / ardour / mtdm.cc
index dceb4f8406fb7c7951f18cfcc4b3a5e053b7cdd7..4c27b3b6005197a493f0050f39aa85a42b7db28d 100644 (file)
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#include <math.h>
+
 #include "ardour/mtdm.h"
 
-MTDM::MTDM (void)
+MTDM::MTDM ()
        : _cnt (0)
        , _inv (0)
 {