diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/EnggDiffraction/EnggDiffractionPresenter.h b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/EnggDiffraction/EnggDiffractionPresenter.h index 44345e0fcbae7535550022e58d56fd953685534a..91841f1b51cad6d727e82588cddf68a2ea9332ad 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/EnggDiffraction/EnggDiffractionPresenter.h +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/EnggDiffraction/EnggDiffractionPresenter.h @@ -3,7 +3,7 @@ #include "MantidAPI/ITableWorkspace_fwd.h" #include "MantidAPI/MatrixWorkspace_fwd.h" -#include "MantidKernel/System.h" +#include "MantidQtCustomInterfaces/DllConfig.h" #include "MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionPresenter.h" #include "MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionView.h" // #include "MantidQtCustomInterfaces/EnggDiffraction/EnggDiffractionModel.h" @@ -45,8 +45,9 @@ File change history is stored at: <https://github.com/mantidproject/mantid> Code Documentation is available at: <http://doxygen.mantidproject.org> */ // needs to be dll-exported for the tests -class DLLExport EnggDiffractionPresenter : public QObject, - public IEnggDiffractionPresenter { +class MANTIDQT_CUSTOMINTERFACES_DLL EnggDiffractionPresenter + : public QObject, + public IEnggDiffractionPresenter { // Q_OBJECT for 'connect' with thread/worker Q_OBJECT diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionView.h b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionView.h index 41c2d8894400c5e2dab920305182f677a24a85f9..178e00ed3e4fc158e3ebed8dcebad7adbee1732d 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionView.h +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/EnggDiffraction/IEnggDiffractionView.h @@ -1,6 +1,8 @@ #ifndef MANTIDQTCUSTOMINTERFACES_ENGGDIFFRACTION_IENGGDIFFRACTIONVIEW_H_ #define MANTIDQTCUSTOMINTERFACES_ENGGDIFFRACTION_IENGGDIFFRACTIONVIEW_H_ +#include <string> + #include "MantidAPI/MatrixWorkspace_fwd.h" #include "MantidQtCustomInterfaces/EnggDiffraction/EnggDiffCalibSettings.h" // #include "MantidQtCustomInterfaces/EnggDiffraction/EnggDiffSettings.h"