1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02:00

Add missing include

This commit is contained in:
Uwe L. Korn
2013-06-16 13:05:41 +02:00
parent aeffe76b96
commit f8ebb22c7b

View File

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