1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

Add missing include

This commit is contained in:
Uwe L. Korn
2013-06-16 13:05:41 +02:00
committed by Michael Zanetti
parent 8f7e2f1f8a
commit 4d43577eda

View File

@@ -22,6 +22,7 @@
#include <QtTest> #include <QtTest>
#include "libtomahawk/Result.h" #include "libtomahawk/Result.h"
#include "libtomahawk/Track.h"
#include "libtomahawk/Source.h" #include "libtomahawk/Source.h"
class TestResult : public QObject class TestResult : public QObject