diff options
author | Simon Hausmann <[email protected]> | 2016-05-24 11:00:34 +0200 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2016-05-24 14:08:21 +0000 |
commit | 6f4c8ff34526c62995f98c804ab2b7113ff4c6b8 (patch) | |
tree | 210bbaccac45e6af4ca4e99b13d57016a9a7397c /src/qml/animations/qanimationgroupjob_p.h | |
parent | 70c536b0473529710d36f32e516e6d962a0cb3dc (diff) |
Fix compilation
Add missing qdebug.h include after some header file changes in qtbase.
Change-Id: Ie3bc9469650c954596a03fb471765767149b8f05
Reviewed-by: Allan Sandfeld Jensen <[email protected]>
Diffstat (limited to 'src/qml/animations/qanimationgroupjob_p.h')
-rw-r--r-- | src/qml/animations/qanimationgroupjob_p.h | 1 |
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 |