From 48278260c21cfad6f9875b036b94bd3a65144a43 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Sat, 5 Jan 2013 23:43:16 +0100 Subject: [PATCH] qt5: last commit needs additional include in TomahawkApp --- src/TomahawkApp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TomahawkApp.cpp b/src/TomahawkApp.cpp index c5b83cb69..bae934be8 100644 --- a/src/TomahawkApp.cpp +++ b/src/TomahawkApp.cpp @@ -28,6 +28,7 @@ #include "Artist.h" #include "Collection.h" #include "infosystem/InfoSystem.h" +#include "infosystem/InfoSystemCache.h" #include "accounts/AccountManager.h" #include "accounts/spotify/SpotifyAccount.h" #include "accounts/lastfm/LastFmAccount.h"