summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/repository
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-03-26 14:19:11 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-03-26 15:12:59 +0100
commit38f9a989339e26f8ffc382c37561c1c4304246d4 (patch)
treeca7cfbb065e8f3dab69107cb1aaee9904fa42ae4 /tests/auto/installer/repository
parente29ef32ec02e01d51065962e0b0f88c70121b3de (diff)
For some reason QString include is now required to compile.
Change-Id: I6717e985d1f3ba5559df3e250297373be9f9b7d5 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'tests/auto/installer/repository')
-rw-r--r--tests/auto/installer/repository/tst_repository.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/installer/repository/tst_repository.cpp b/tests/auto/installer/repository/tst_repository.cpp
index e3b7b74a6..380d9a9a2 100644
--- a/tests/auto/installer/repository/tst_repository.cpp
+++ b/tests/auto/installer/repository/tst_repository.cpp
@@ -1,5 +1,6 @@
#include "repository.h"
+#include <QString>
#include <QTest>
using namespace QInstaller;