From 86dd6ca2171222967f941ab3dbe92c65c6f252ed Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 19 Jun 2014 09:50:35 +0100 Subject: [PATCH] Revert Closure fix --- 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 6da4ab382..1763d05f1 100644 --- a/src/libtomahawk/utils/Closure.h +++ b/src/libtomahawk/utils/Closure.h @@ -28,8 +28,8 @@ #include using std::function; #else -#include -using std::function; +#include +using std::tr1::function; #endif #include