From ebb415023678a73ed21d13a5fac2d71518e7482f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 27 Apr 2012 14:00:04 +0000 Subject: [PATCH] **EVEN better** gcc 4.7 fix git-svn-id: svn://localhost/ardour2/branches/3.0@12108 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/rubberband/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/rubberband/src/main.cpp b/libs/rubberband/src/main.cpp index 83b3f930c7..af348854eb 100644 --- a/libs/rubberband/src/main.cpp +++ b/libs/rubberband/src/main.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include "sysutils.h" #ifdef __MSVC__