Skip to content

Commit

Permalink
Use include instead of forward declaration. Refs #5975
Browse files Browse the repository at this point in the history
Fixes MSVC problem.
  • Loading branch information
martyngigg committed Oct 18, 2012
1 parent 3bd932a commit 8b9324a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "MantidAPI/IFunctionMD.h"
#include "MantidAPI/ParamFunction.h"
#include "MantidAPI/IMDEventWorkspace.h"
#include "MantidMDEvents/MDEvent.h"

namespace Mantid
{
Expand All @@ -33,11 +34,6 @@ namespace Mantid
class ExperimentInfo;
}

namespace MDEvents
{
template<size_t nd> class MDEvent;
}

namespace MDAlgorithms
{
//
Expand Down

0 comments on commit 8b9324a

Please sign in to comment.