1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Fix compile without libattica

This commit is contained in:
Leo Franchi 2011-09-15 21:04:24 -04:00
parent 5ceb04e571
commit dfd36d459b

View File

@ -23,6 +23,7 @@
#include <QObject>
#include <QHash>
#include <QPixmap>
#include "dllmacro.h"
@ -30,7 +31,6 @@
#include <attica/provider.h>
#include <attica/providermanager.h>
#include <attica/content.h>
#include <QPixmap>
#endif
class DLLEXPORT AtticaManager : public QObject