From eaf4b674617ce08e81359abf0045c40627538fa9 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 28 Nov 2017 07:12:59 +0100 Subject: [PATCH] Tests: Fix compile on Linux and Windows Change-Id: Ie8db68769a2419c9ad8700d9eef1d4093c209d9b Reviewed-by: hjk --- tests/auto/algorithm/tst_algorithm.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/auto/algorithm/tst_algorithm.cpp b/tests/auto/algorithm/tst_algorithm.cpp index 9a227eb1b5c..be3f07b0709 100644 --- a/tests/auto/algorithm/tst_algorithm.cpp +++ b/tests/auto/algorithm/tst_algorithm.cpp @@ -23,10 +23,11 @@ ** ****************************************************************************/ -#include - +#include #include +#include + #include class tst_Algorithm : public QObject