From 75efa60c44219f3bfb89655a3fa099d48565e09d Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Thu, 15 Nov 2012 19:55:41 +0100 Subject: [PATCH] Add missing include on OSX --- src/libtomahawk/accounts/spotify/SpotifyAccount.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp b/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp index fcc266a4e..76d9ac5f5 100644 --- a/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp +++ b/src/libtomahawk/accounts/spotify/SpotifyAccount.cpp @@ -43,6 +43,7 @@ #include #include #include +#include using namespace Tomahawk; using namespace Accounts;