aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-05-20 16:40:57 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-05-20 17:09:30 +0000
commit0634448056ebbe0dec38ff47b55ed9d4bf9d63da (patch)
treec2d09f973a610963578653052d6c00b17f43bc10 /src/quick/scenegraph
parent510378d180cdaa85be47e7e3af6844d20e772037 (diff)
Add missing #include, needed for use of QLinkedList<>
Change-Id: I9ddc66784f986fe0e9de06a8b05844db90eb6802 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/qsgdefaultglyphnode_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/scenegraph/qsgdefaultglyphnode_p.h b/src/quick/scenegraph/qsgdefaultglyphnode_p.h
index 37a89c70b9..cfa1c1dad2 100644
--- a/src/quick/scenegraph/qsgdefaultglyphnode_p.h
+++ b/src/quick/scenegraph/qsgdefaultglyphnode_p.h
@@ -53,6 +53,7 @@
#include <private/qsgadaptationlayer_p.h>
#include <private/qsgbasicglyphnode_p.h>
+#include <qlinkedlist.h>
QT_BEGIN_NAMESPACE