From 38f9a989339e26f8ffc382c37561c1c4304246d4 Mon Sep 17 00:00:00 2001 From: kh1 Date: Tue, 26 Mar 2013 14:19:11 +0100 Subject: For some reason QString include is now required to compile. Change-Id: I6717e985d1f3ba5559df3e250297373be9f9b7d5 Reviewed-by: Tim Jenssen --- .../tst_fakestopprocessforupdateoperation.cpp | 1 + tests/auto/installer/repository/tst_repository.cpp | 1 + tests/auto/installer/settings/tst_settings.cpp | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp b/tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp index 1d23e1970..c8b314657 100644 --- a/tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp +++ b/tests/auto/installer/fakestopprocessforupdateoperation/tst_fakestopprocessforupdateoperation.cpp @@ -2,6 +2,7 @@ #include "packagemanagercore.h" #include +#include #include using namespace KDUpdater; 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 #include using namespace QInstaller; diff --git a/tests/auto/installer/settings/tst_settings.cpp b/tests/auto/installer/settings/tst_settings.cpp index be2643ec2..947e772d3 100644 --- a/tests/auto/installer/settings/tst_settings.cpp +++ b/tests/auto/installer/settings/tst_settings.cpp @@ -1,9 +1,10 @@ -#include #include "settings.h" #include "errors.h" #include "repository.h" #include +#include +#include using namespace QInstaller; -- cgit v1.2.3