From 6f4c8ff34526c62995f98c804ab2b7113ff4c6b8 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 24 May 2016 11:00:34 +0200 Subject: [PATCH] Fix compilation Add missing qdebug.h include after some header file changes in qtbase. Change-Id: Ie3bc9469650c954596a03fb471765767149b8f05 Reviewed-by: Allan Sandfeld Jensen --- src/qml/animations/qanimationgroupjob_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/animations/qanimationgroupjob_p.h b/src/qml/animations/qanimationgroupjob_p.h index 4b94e79d40..9bcd63127a 100644 --- a/src/qml/animations/qanimationgroupjob_p.h +++ b/src/qml/animations/qanimationgroupjob_p.h @@ -52,6 +52,7 @@ // #include "private/qabstractanimationjob_p.h" +#include QT_BEGIN_NAMESPACE