Mercurial > hg > sonic-visualiser
diff audioio/PlaySpeedRangeMapper.cpp @ 68:050d764df239
#include <math.h> required on OSX
author | Martin Gasser |
---|---|
date | Tue, 24 Oct 2006 11:15:51 +0000 |
parents | 06b3c3f437e6 |
children | 883f49d80bd3 |
line wrap: on
line diff
--- a/audioio/PlaySpeedRangeMapper.cpp Fri Oct 20 20:14:20 2006 +0000 +++ b/audioio/PlaySpeedRangeMapper.cpp Tue Oct 24 11:15:51 2006 +0000 @@ -18,6 +18,8 @@ #include <iostream> +#include <math.h> + PlaySpeedRangeMapper::PlaySpeedRangeMapper(int minpos, int maxpos) : m_minpos(minpos), m_maxpos(maxpos)