diff --git a/src/plugins/projectexplorer/ipotentialkit.h b/src/plugins/projectexplorer/ipotentialkit.h index 0ba9b61f9cb..b887123d036 100644 --- a/src/plugins/projectexplorer/ipotentialkit.h +++ b/src/plugins/projectexplorer/ipotentialkit.h @@ -31,6 +31,7 @@ #define IPOTENTIALKIT_H #include +#include #include "projectexplorer_export.h" namespace ProjectExplorer { @@ -47,5 +48,6 @@ public: }; } +Q_DECLARE_METATYPE(ProjectExplorer::IPotentialKit*) #endif // IPOTENTIALKIT_H