Skip to content
Snippets Groups Projects
Commit 62bfebd3 authored by Harry Jeffery's avatar Harry Jeffery
Browse files

Refs #11704 Add required includes

parent 512fb37f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
#include "MantidGeometry/MDGeometry/IMDDimension.h"
#include "MantidGeometry/MDGeometry/MDTypes.h"
#include <QStringBuilder>
#include <boost/math/special_functions/fpclassify.hpp>
using namespace Mantid::Kernel;
using namespace Mantid::Geometry;
......
......@@ -2,6 +2,7 @@
#include "MantidQtAPI/PlotAxis.h"
#include <QStringBuilder>
#include <boost/math/special_functions/fpclassify.hpp>
/// Constructor
QwtWorkspaceBinData::QwtWorkspaceBinData(const Mantid::API::MatrixWorkspace &workspace, int binIndex, const bool logScale)
......
......@@ -2,6 +2,7 @@
#include "MantidQtAPI/PlotAxis.h"
#include <QStringBuilder>
#include <boost/math/special_functions/fpclassify.hpp>
/**
* Construct a QwtWorkspaceSpectrumData object with a source workspace
......
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