# HG changeset patch # User cannam # Date 1254130749 0 # Node ID 7178510d747a8423cce1ffb7a4e72be569e0a487 # Parent bb67b61458122dd202e8573ae34cb6ef171e1476 * Add include required for gcc 4.4 diff -r bb67b6145812 -r 7178510d747a examples/FixedTempoEstimator.cpp --- 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 +#include class FixedTempoEstimator::D