From 35c0aebb7ae4e91470d99f1cddb8cff89399a542 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 29 Jun 2014 12:45:32 +0100 Subject: [PATCH] Less general, more local include --- src/libtomahawk/EchonestCatalogSynchronizer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/EchonestCatalogSynchronizer.cpp b/src/libtomahawk/EchonestCatalogSynchronizer.cpp index 070be6779..cb70ed8cc 100644 --- a/src/libtomahawk/EchonestCatalogSynchronizer.cpp +++ b/src/libtomahawk/EchonestCatalogSynchronizer.cpp @@ -24,6 +24,7 @@ #include "database/DatabaseCommand_GenericSelect.h" #include "database/DatabaseCommand_SetCollectionAttributes.h" #include "database/DatabaseCommand_LoadFiles.h" +#include "database/DatabaseCommand_SetTrackAttributes.h" #include "utils/Logger.h" #include "PlaylistEntry.h"