Skip to content

Commit

Permalink
refs #4328 #3641. Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 5, 2012
1 parent 935605e commit dbdae8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "MantidQtCustomInterfaces/WorkspaceInADS.h"
#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidGeometry/Crystal/OrientedLattice.h"

using namespace Mantid::API;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "MantidQtCustomInterfaces/WorkspaceOnDisk.h"
#include "MantidKernel/Matrix.h"
#include "MantidAPI/AlgorithmManager.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidGeometry/Crystal/OrientedLattice.h"
#include <iostream>
#include <fstream>
Expand Down

0 comments on commit dbdae8d

Please sign in to comment.