diff --git a/tests/auto/qml/qmldesigner/coretests/tst_testcore.h b/tests/auto/qml/qmldesigner/coretests/tst_testcore.h index 92d4ac00aa9..51bd8f496d6 100644 --- a/tests/auto/qml/qmldesigner/coretests/tst_testcore.h +++ b/tests/auto/qml/qmldesigner/coretests/tst_testcore.h @@ -29,6 +29,8 @@ #include +#include + class tst_TestCore : public QObject { @@ -237,4 +239,7 @@ private slots: // QMLAnnotations void writeAnnotations(); void readAnnotations(); + +private: + ExtensionSystem::PluginManager pm; // FIXME remove };