diff dsp/tempotracking/TempoTrack.cpp @ 490:103156707542

Add cmath
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 31 May 2019 16:51:18 +0100
parents 5998ee1042d3
children 2892ecc40f86
line wrap: on
line diff
--- a/dsp/tempotracking/TempoTrack.cpp	Fri May 31 16:48:37 2019 +0100
+++ b/dsp/tempotracking/TempoTrack.cpp	Fri May 31 16:51:18 2019 +0100
@@ -21,6 +21,7 @@
 #include <iostream>
 
 #include <cassert>
+#include <cmath>
 
 //#define DEBUG_TEMPO_TRACK 1