From d8aa1d85d2f7e83c83a07c01fa7ab773a19e4422 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 17 Jan 2014 18:44:24 +0100 Subject: [PATCH] Fix build --- src/libtomahawk/utils/Closure.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/utils/Closure.h b/src/libtomahawk/utils/Closure.h index 2d379f68b..013993ac1 100644 --- a/src/libtomahawk/utils/Closure.h +++ b/src/libtomahawk/utils/Closure.h @@ -27,8 +27,8 @@ #include using std::function; #else -#include -using std::function; +#include +using std::tr1::function; #endif #include