diff --git a/ground/src/plugins/coreplugin/iuavgadgetconfiguration.h b/ground/src/plugins/coreplugin/iuavgadgetconfiguration.h index 99cb4dcd3..63cf73d24 100644 --- a/ground/src/plugins/coreplugin/iuavgadgetconfiguration.h +++ b/ground/src/plugins/coreplugin/iuavgadgetconfiguration.h @@ -28,11 +28,12 @@ #ifndef IUAVGADGETCONFIGURATION_H #define IUAVGADGETCONFIGURATION_H +#include #include namespace Core { -class IUAVGadgetConfiguration : public QObject +class CORE_EXPORT IUAVGadgetConfiguration : public QObject { Q_OBJECT public: diff --git a/ground/src/plugins/coreplugin/uavgadgetoptionspage.h b/ground/src/plugins/coreplugin/uavgadgetoptionspage.h index 5d6ac2ff9..0fdfa066b 100644 --- a/ground/src/plugins/coreplugin/uavgadgetoptionspage.h +++ b/ground/src/plugins/coreplugin/uavgadgetoptionspage.h @@ -28,6 +28,7 @@ #ifndef UAVGADGETOPTIONSPAGE_H #define UAVGADGETOPTIONSPAGE_H #include "iuavgadgetconfiguration.h" +#include #include class Ui_TopOptionsPage; @@ -36,7 +37,7 @@ namespace Core { class IUAVGadgetConfiguration; -class UAVGadgetOptionsPage : public Core::IOptionsPage +class CORE_EXPORT UAVGadgetOptionsPage : public Core::IOptionsPage { Q_OBJECT public: