Tests: Fix compile on Linux and Windows

Change-Id: Ie8db68769a2419c9ad8700d9eef1d4093c209d9b
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2017-11-28 07:12:59 +01:00
parent d282a0708f
commit eaf4b67461

View File

@@ -23,10 +23,11 @@
** **
****************************************************************************/ ****************************************************************************/
#include <utils/algorithm.h> #include <array>
#include <valarray> #include <valarray>
#include <utils/algorithm.h>
#include <QtTest> #include <QtTest>
class tst_Algorithm : public QObject class tst_Algorithm : public QObject