mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
12 lines
344 B
Diff
12 lines
344 B
Diff
|
--- 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
|