summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.h
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-12-04 16:05:35 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-12-04 18:52:16 +0100
commit9ae0e211315d3a1d795739d937b9437afa47ab8f (patch)
treeaf957585c17962f0534ffbfc9402ddbc1b48aa5e /src/corelib/tools/qlist.h
parent987ee226908fd502589181a30e16e34511bef131 (diff)
QList: make an indirect inclusion direct
Change-Id: Ief36ac375f5c26b4a5de6bc18ee3f2f777051024 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qlist.h')
-rw-r--r--src/corelib/tools/qlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qlist.h b/src/corelib/tools/qlist.h
index 1626dd27ed..1649310a1d 100644
--- a/src/corelib/tools/qlist.h
+++ b/src/corelib/tools/qlist.h
@@ -45,6 +45,7 @@
#include <QtCore/qnamespace.h>
#include <QtCore/qhashfunctions.h>
#include <QtCore/qiterator.h>
+#include <QtCore/qcontainertools_impl.h>
#include <functional>
#include <limits>