From bb29abfbafdd1e67d2e077d708030cdf586bf782 Mon Sep 17 00:00:00 2001 From: Peter Parker <peter.parker@stfc.ac.uk> Date: Wed, 23 May 2012 09:34:19 +0100 Subject: [PATCH] Refs #5308 - Add some includes. --- .../CustomInterfaces/inc/MantidQtCustomInterfaces/ConvFit.h | 3 +++ .../CustomInterfaces/inc/MantidQtCustomInterfaces/FuryFit.h | 3 +++ Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp | 2 ++ 3 files changed, 8 insertions(+) diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ConvFit.h b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ConvFit.h index a3caddd639a..2ec6e1403b6 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ConvFit.h +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ConvFit.h @@ -2,6 +2,9 @@ #define MANTIDQTCUSTOMINTERFACESIDA_CONVFIT_H_ #include "MantidQtCustomInterfaces/IDATab.h" +#include "MantidAPI/MatrixWorkspace.h" + +#include <boost\shared_ptr.hpp> namespace Mantid { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/FuryFit.h b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/FuryFit.h index 6afd05ce5c9..59ba1d1f1ce 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/FuryFit.h +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/FuryFit.h @@ -2,6 +2,9 @@ #define MANTIDQTCUSTOMINTERFACESIDA_FURYFIT_H_ #include "MantidQtCustomInterfaces/IDATab.h" +#include "MantidAPI/MatrixWorkspace.h" + +#include <boost\shared_ptr.hpp> namespace Mantid { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp index d1b1981bd3a..1471dfdeb9b 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IDATab.cpp @@ -1,4 +1,6 @@ #include "MantidQtCustomInterfaces/IDATab.h" +#include "MantidAPI\MatrixWorkspace.h" +#include "MantidAPI\AnalysisDataService.h" #include <qwt_plot.h> #include <qwt_plot_curve.h> -- GitLab