aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickstackview_p.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-05-21 21:48:19 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-05-21 20:16:18 +0000
commit1e65f0c1d2ceb59ba4f1a2b0564168c50f11a540 (patch)
tree49b358a128444d29b39fcde6d4a81d88d08f1b3d /src/quicktemplates2/qquickstackview_p.cpp
parent27155958a529e81ee8bac4d85739145538e89455 (diff)
QQuickStackView: fix build
Added some includes because the private header cleanup in qtdeclarative. Change-Id: Ic7580377c7c38966ba51bc08f1f6c37dc8c7616c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickstackview_p.cpp')
-rw-r--r--src/quicktemplates2/qquickstackview_p.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quicktemplates2/qquickstackview_p.cpp b/src/quicktemplates2/qquickstackview_p.cpp
index 9e09c83e..809f7386 100644
--- a/src/quicktemplates2/qquickstackview_p.cpp
+++ b/src/quicktemplates2/qquickstackview_p.cpp
@@ -41,6 +41,7 @@
#include <QtQml/qqmlengine.h>
#include <QtQml/qqmlcomponent.h>
#include <QtQml/qqmlincubator.h>
+#include <QtQml/private/qv4qobjectwrapper_p.h>
#include <QtQml/private/qqmlcomponent_p.h>
#include <QtQml/private/qqmlengine_p.h>
#include <QtQuick/private/qquickanimation_p.h>