1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01: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