From c1aa7458137c11db60a502eddd361c73e96e371a Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 29 Nov 2017 13:03:52 +0100 Subject: Add missing include to algorithm test Change-Id: Ia7302723a0ec41456ca99704b7f8c680f6893c5d Reviewed-by: Tobias Hunger --- tests/auto/algorithm/tst_algorithm.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/auto/algorithm/tst_algorithm.cpp') diff --git a/tests/auto/algorithm/tst_algorithm.cpp b/tests/auto/algorithm/tst_algorithm.cpp index 9692c55c11..f87cc83a96 100644 --- a/tests/auto/algorithm/tst_algorithm.cpp +++ b/tests/auto/algorithm/tst_algorithm.cpp @@ -23,13 +23,14 @@ ** ****************************************************************************/ -#include -#include - #include #include +#include +#include +#include + class tst_Algorithm : public QObject { Q_OBJECT -- cgit v1.2.1