Skip to content

Commit

Permalink
Re #10576. Added missing includes and declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Apr 9, 2015
1 parent 2190ff6 commit 18aeed3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
@@ -1,5 +1,7 @@
#include "MantidQtCustomInterfaces/MultiDatasetFit/MDFAddWorkspaceDialog.h"

#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidKernel/ArrayProperty.h"
#include "MantidKernel/ArrayBoundedValidator.h"

Expand Down
Expand Up @@ -2,6 +2,9 @@
#include "MantidQtCustomInterfaces/MultiDatasetFit/MultiDatasetFit.h"
#include "MantidQtCustomInterfaces/MultiDatasetFit/MDFAddWorkspaceDialog.h"

#include "MantidAPI/AnalysisDataService.h"
#include "MantidAPI/MatrixWorkspace.h"

#include <QTableWidget>
#include <QMessageBox>

Expand Down

0 comments on commit 18aeed3

Please sign in to comment.