diff examples/FixedTempoEstimator.cpp @ 301:7178510d747a

* Add include required for gcc 4.4
author cannam
date Mon, 28 Sep 2009 09:39:09 +0000
parents c97e70ed5abc
children 7d59dd1ba5de
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