Skip to content
Snippets Groups Projects
Commit bb29abfb authored by Peter Parker's avatar Peter Parker
Browse files

Refs #5308 - Add some includes.

parent 9c460669
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
#define MANTIDQTCUSTOMINTERFACESIDA_CONVFIT_H_ #define MANTIDQTCUSTOMINTERFACESIDA_CONVFIT_H_
#include "MantidQtCustomInterfaces/IDATab.h" #include "MantidQtCustomInterfaces/IDATab.h"
#include "MantidAPI/MatrixWorkspace.h"
#include <boost\shared_ptr.hpp>
namespace Mantid namespace Mantid
{ {
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
#define MANTIDQTCUSTOMINTERFACESIDA_FURYFIT_H_ #define MANTIDQTCUSTOMINTERFACESIDA_FURYFIT_H_
#include "MantidQtCustomInterfaces/IDATab.h" #include "MantidQtCustomInterfaces/IDATab.h"
#include "MantidAPI/MatrixWorkspace.h"
#include <boost\shared_ptr.hpp>
namespace Mantid namespace Mantid
{ {
......
#include "MantidQtCustomInterfaces/IDATab.h" #include "MantidQtCustomInterfaces/IDATab.h"
#include "MantidAPI\MatrixWorkspace.h"
#include "MantidAPI\AnalysisDataService.h"
#include <qwt_plot.h> #include <qwt_plot.h>
#include <qwt_plot_curve.h> #include <qwt_plot_curve.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment