blob: ca9db01a8e873d40496e72ebf6f27c67e291fa26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- examples/FixedTempoEstimator.cpp.orig 2010-06-21 17:34:12.000000000 -0300
+++ examples/FixedTempoEstimator.cpp 2010-06-21 17:34:34.000000000 -0300
@@ -44,7 +44,7 @@
using Vamp::RealTime;
#include <cmath>
-
+#include <cstdio>
class FixedTempoEstimator::D
// this class just avoids us having to declare any data members in the header
|