Skip to content
Snippets Groups Projects
Commit 9d546877 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Fix problems from bad merge-conflict resolution

Refs #11209
parent 368de316
No related merge requests found
......@@ -2,6 +2,7 @@
#define INTEGRATE_3D_EVENTS_H
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/unordered_map.hpp>
#include "MantidKernel/V3D.h"
#include "MantidKernel/Matrix.h"
......
......@@ -23,7 +23,7 @@
namespace Mantid {
namespace MDAlgorithms {
DECLARE_DOMAINCREATOR(FitMD);
DECLARE_DOMAINCREATOR(FitMD)
using namespace API;
using namespace DataObjects;
......
......@@ -48,6 +48,7 @@
namespace Mantid {
namespace MDAlgorithms {
DECLARE_FUNCTION(ResolutionConvolvedCrossSection)
using namespace DataObjects;
using namespace Kernel;
......
......@@ -14,7 +14,7 @@
#include "MantidMDAlgorithms/FakeMDEventData.h"
#include "MantidTestHelpers/MDEventsTestHelper.h"
#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <cxxtest/TestSuite.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