From 4d43577eda1ed23a1b6789410cbf230f69d3c4df Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 16 Jun 2013 13:05:41 +0200 Subject: [PATCH] Add missing include --- tests/TestResult.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestResult.h b/tests/TestResult.h index b09876020..f84cb0510 100644 --- a/tests/TestResult.h +++ b/tests/TestResult.h @@ -22,6 +22,7 @@ #include #include "libtomahawk/Result.h" +#include "libtomahawk/Track.h" #include "libtomahawk/Source.h" class TestResult : public QObject