summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qvarlengtharray
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-01-25 15:38:04 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-01-26 06:55:15 +0000
commitdcfb6f9d18beb397517ecc31ad462f1f4ebb8859 (patch)
treec8a05b52821f202cb7b7ca575aba5256d8105199 /tests/auto/corelib/tools/qvarlengtharray
parent9061b7bde0b2741492cc2e603c3086c5bd99980a (diff)
tst_qvarlengtharray: Add missing include
The include is needed for std::unique_ptr on winrt. Change-Id: I72a28bd0951cc947ac65877ccc35f464c757c444 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'tests/auto/corelib/tools/qvarlengtharray')
-rw-r--r--tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp
index 229969a943..ced1d08d65 100644
--- a/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp
+++ b/tests/auto/corelib/tools/qvarlengtharray/tst_qvarlengtharray.cpp
@@ -30,6 +30,8 @@
#include <qvarlengtharray.h>
#include <qvariant.h>
+#include <memory>
+
class tst_QVarLengthArray : public QObject
{
Q_OBJECT