summaryrefslogtreecommitdiff
path: root/tests/auto/algorithm/tst_algorithm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/algorithm/tst_algorithm.cpp')
-rw-r--r--tests/auto/algorithm/tst_algorithm.cpp7
1 files changed, 4 insertions, 3 deletions
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 <array>
-#include <valarray>
-
#include <utils/algorithm.h>
#include <QtTest>
+#include <array>
+#include <memory>
+#include <valarray>
+
class tst_Algorithm : public QObject
{
Q_OBJECT