Add missing #include, needed for use of QLinkedList<>
Change-Id: I9ddc66784f986fe0e9de06a8b05844db90eb6802 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
510378d180
commit
0634448056
|
@ -53,6 +53,7 @@
|
|||
|
||||
#include <private/qsgadaptationlayer_p.h>
|
||||
#include <private/qsgbasicglyphnode_p.h>
|
||||
#include <qlinkedlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
Loading…
Reference in New Issue