changeset 301:7178510d747a

* Add include required for gcc 4.4
author cannam
date Mon, 28 Sep 2009 09:39:09 +0000
parents bb67b6145812
children a6e6a00c0195
files examples/FixedTempoEstimator.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/examples/FixedTempoEstimator.cpp	Wed Sep 23 12:36:06 2009 +0000
+++ b/examples/FixedTempoEstimator.cpp	Mon Sep 28 09:39:09 2009 +0000
@@ -44,6 +44,7 @@
 using Vamp::RealTime;
 
 #include <cmath>
+#include <cstdio>
 
 
 class FixedTempoEstimator::D