aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickbehaviors/bindable.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickbehaviors/bindable.h')
-rw-r--r--tests/auto/quick/qquickbehaviors/bindable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickbehaviors/bindable.h b/tests/auto/quick/qquickbehaviors/bindable.h
index ebdf8711a3..9bc01c4568 100644
--- a/tests/auto/quick/qquickbehaviors/bindable.h
+++ b/tests/auto/quick/qquickbehaviors/bindable.h
@@ -31,6 +31,8 @@
#include <QObject>
#include <QQuickItem>
#include <qqmlregistration.h>
+#include <QBindable>
+#include <qproperty.h>
class TestBindable : public QQuickItem
{