aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/animations
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-24 11:00:34 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-05-24 14:08:21 +0000
commit6f4c8ff34526c62995f98c804ab2b7113ff4c6b8 (patch)
tree210bbaccac45e6af4ca4e99b13d57016a9a7397c /src/qml/animations
parent70c536b0473529710d36f32e516e6d962a0cb3dc (diff)
Fix compilation
Add missing qdebug.h include after some header file changes in qtbase. Change-Id: Ie3bc9469650c954596a03fb471765767149b8f05 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/qml/animations')
-rw-r--r--src/qml/animations/qanimationgroupjob_p.h1
1 files changed, 1 insertions, 0 deletions
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 <QtCore/qdebug.h>
QT_BEGIN_NAMESPACE