diff --git a/tests/auto/algorithm/tst_algorithm.cpp b/tests/auto/algorithm/tst_algorithm.cpp index 9692c55c111..f87cc83a967 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