From 0605dd83a598bc83bec6d3470cdf50377fb3b4b7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 30 Mar 2016 19:29:30 +0200 Subject: [PATCH] Fix compilation (wrong echonest include) --- src/songinfo/echonestimages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/songinfo/echonestimages.h b/src/songinfo/echonestimages.h index 6e67e8726..94a8c1cb1 100644 --- a/src/songinfo/echonestimages.h +++ b/src/songinfo/echonestimages.h @@ -22,7 +22,7 @@ #include -#include +#include #include "songinfo/songinfoprovider.h"