Mercurial > hg > qm-dsp
diff dsp/tempotracking/DownBeat.cpp @ 493:bb78ca3fe7de
Remove "using" from some headers
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Fri, 31 May 2019 17:24:50 +0100 |
parents | 7e52c034cf62 |
children | 12b5a9244bb0 |
line wrap: on
line diff
--- a/dsp/tempotracking/DownBeat.cpp Fri May 31 16:55:25 2019 +0100 +++ b/dsp/tempotracking/DownBeat.cpp Fri May 31 17:24:50 2019 +0100 @@ -23,6 +23,8 @@ #include <iostream> #include <cstdlib> +using std::vector; + DownBeat::DownBeat(float originalSampleRate, size_t decimationFactor, size_t dfIncrement) :