From ef757a8d78d74c0bf8a4762f9ff5e4affc6e2cba Mon Sep 17 00:00:00 2001 From: Verena Reimund <reimund@ill.eu> Date: Wed, 9 May 2018 11:50:07 +0200 Subject: [PATCH] Add ITableWorkspace include Refs #22383 --- Framework/Algorithms/test/ConjoinXRunsTest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Framework/Algorithms/test/ConjoinXRunsTest.h b/Framework/Algorithms/test/ConjoinXRunsTest.h index 7097b4eea0b..2e80a05ce3c 100644 --- a/Framework/Algorithms/test/ConjoinXRunsTest.h +++ b/Framework/Algorithms/test/ConjoinXRunsTest.h @@ -4,6 +4,7 @@ #include <cxxtest/TestSuite.h> #include "MantidAPI/Axis.h" +#include "MantidAPI/ITableWorkspace.h" #include "MantidAPI/MatrixWorkspace.h" #include "MantidAPI/WorkspaceFactory.h" #include "MantidAlgorithms/AddSampleLog.h" -- GitLab