Mercurial > hg > vamp-plugin-sdk
comparison examples/FixedTempoEstimator.cpp @ 301:7178510d747a
* Add include required for gcc 4.4
| author | cannam |
|---|---|
| date | Mon, 28 Sep 2009 09:39:09 +0000 |
| parents | c97e70ed5abc |
| children | 7d59dd1ba5de |
comparison
equal
deleted
inserted
replaced
| 300:bb67b6145812 | 301:7178510d747a |
|---|---|
| 42 using std::endl; | 42 using std::endl; |
| 43 | 43 |
| 44 using Vamp::RealTime; | 44 using Vamp::RealTime; |
| 45 | 45 |
| 46 #include <cmath> | 46 #include <cmath> |
| 47 #include <cstdio> | |
| 47 | 48 |
| 48 | 49 |
| 49 class FixedTempoEstimator::D | 50 class FixedTempoEstimator::D |
| 50 // this class just avoids us having to declare any data members in the header | 51 // this class just avoids us having to declare any data members in the header |
| 51 { | 52 { |
