From 73f365f9f2d04131ae27a5dba26255feda18baa2 Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Mon, 27 Mar 2017 04:38:43 +0300 Subject: Add missing header inclusion Change-Id: I7c215db87552c63291e6c82d7b962ee17ec2f610 Reviewed-by: Simon Hausmann --- src/qml/qml/qqmltypeloader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/qml/qqmltypeloader.cpp b/src/qml/qml/qqmltypeloader.cpp index f115d4227c..40bd2e5020 100644 --- a/src/qml/qml/qqmltypeloader.cpp +++ b/src/qml/qml/qqmltypeloader.cpp @@ -64,6 +64,7 @@ #include #include #include +#include #include -- cgit v1.2.3