summaryrefslogtreecommitdiffstats
path: root/audio/vamp-plugin-sdk/cstdio.diff
blob: ca9db01a8e873d40496e72ebf6f27c67e291fa26 (plain)
--- 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