comparison 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
comparison
equal deleted inserted replaced
489:701233f8ed41 490:103156707542
19 #include "maths/MathUtilities.h" 19 #include "maths/MathUtilities.h"
20 20
21 #include <iostream> 21 #include <iostream>
22 22
23 #include <cassert> 23 #include <cassert>
24 #include <cmath>
24 25
25 //#define DEBUG_TEMPO_TRACK 1 26 //#define DEBUG_TEMPO_TRACK 1
26 27
27 ////////////////////////////////////////////////////////////////////// 28 //////////////////////////////////////////////////////////////////////
28 // Construction/Destruction 29 // Construction/Destruction