blob: f559a7da9666bbf5360c82c819f7188cdf7db8ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -ur vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp
--- vamp-plugin-sdk-2.0.orig/examples/FixedTempoEstimator.cpp 2008-12-01 13:48:41.000000000 +0200
+++ vamp-plugin-sdk-2.0/examples/FixedTempoEstimator.cpp 2009-06-06 00:57:58.000000000 +0300
@@ -43,9 +43,9 @@
using Vamp::RealTime;
+#include <cstdio>
#include <cmath>
-
class FixedTempoEstimator::D
// this class just avoids us having to declare any data members in the header
{
|