diff --git a/src/blackcore/context/contextsimulatorimpl.h b/src/blackcore/context/contextsimulatorimpl.h index 8dacb6741..18193a0f9 100644 --- a/src/blackcore/context/contextsimulatorimpl.h +++ b/src/blackcore/context/contextsimulatorimpl.h @@ -39,6 +39,7 @@ #include #include #include +#include namespace BlackMisc { @@ -233,7 +234,7 @@ namespace BlackCore //! Load the last know model set void initByLastUsedModelSet(); - QPair m_simulatorPlugin; //!< Currently loaded simulator plugin + QPair> m_simulatorPlugin; //!< Currently loaded simulator plugin CPluginManagerSimulator *m_plugins = nullptr; BlackMisc::CRegularThread m_listenersThread; //!< waiting for plugin CWeatherManager m_weatherManager { this };