From 3efaba4d714e32dc95985f5b0cdb3a64367440c7 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 20 Dec 2012 16:36:37 +0100 Subject: [PATCH] * Fixed boost bind includes. --- src/TomahawkApp.cpp | 2 ++ src/libtomahawk/accounts/lastfm/LastFmConfig.cpp | 2 ++ src/libtomahawk/network/Servent.cpp | 3 ++- src/libtomahawk/resolvers/QtScriptResolver.cpp | 4 ++-- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/TomahawkApp.cpp b/src/TomahawkApp.cpp index a6b63b0f8..bcf50b32a 100644 --- a/src/TomahawkApp.cpp +++ b/src/TomahawkApp.cpp @@ -20,6 +20,8 @@ #include "TomahawkApp.h" +#include + #include "TomahawkVersion.h" #include "AclRegistryImpl.h" #include "Album.h" diff --git a/src/libtomahawk/accounts/lastfm/LastFmConfig.cpp b/src/libtomahawk/accounts/lastfm/LastFmConfig.cpp index 1351df07e..ff137a9c5 100644 --- a/src/libtomahawk/accounts/lastfm/LastFmConfig.cpp +++ b/src/libtomahawk/accounts/lastfm/LastFmConfig.cpp @@ -19,6 +19,8 @@ #include "LastFmConfig.h" #include "ui_LastFmConfig.h" +#include + #include "LastFmAccount.h" #include "database/Database.h" #include "database/DatabaseCommand_LogPlayback.h" diff --git a/src/libtomahawk/network/Servent.cpp b/src/libtomahawk/network/Servent.cpp index b25c842e7..148f0c173 100644 --- a/src/libtomahawk/network/Servent.cpp +++ b/src/libtomahawk/network/Servent.cpp @@ -28,6 +28,8 @@ #include #include +#include + #include "Result.h" #include "Source.h" #include "BufferIoDevice.h" @@ -88,7 +90,6 @@ Servent::Servent( QObject* parent ) Servent::~Servent() { - if ( m_portfwd ) { m_portfwd.data()->quit(); diff --git a/src/libtomahawk/resolvers/QtScriptResolver.cpp b/src/libtomahawk/resolvers/QtScriptResolver.cpp index 2c727d5af..74486144f 100644 --- a/src/libtomahawk/resolvers/QtScriptResolver.cpp +++ b/src/libtomahawk/resolvers/QtScriptResolver.cpp @@ -20,13 +20,13 @@ #include "QtScriptResolver.h" #include - #include #include - #include #include +#include + #include "Artist.h" #include "Album.h" #include "config.h"