diff --git a/src/corelib/kernel/qobject.h b/src/corelib/kernel/qobject.h index e75cf3217ec..8a45e73b0e9 100644 --- a/src/corelib/kernel/qobject.h +++ b/src/corelib/kernel/qobject.h @@ -54,7 +54,7 @@ #include #include -#include +#include #if __has_include() # include @@ -63,7 +63,7 @@ QT_BEGIN_NAMESPACE -class QBindingStorage; +template class QBindable; class QEvent; class QTimerEvent; class QChildEvent;