From c1edb791117984d2024048fb02c97c5962cac29c Mon Sep 17 00:00:00 2001 From: Samuel Jones <samjones714@gmail.com> Date: Thu, 12 Jul 2018 09:05:44 +0100 Subject: [PATCH] Re #22515 Fix of no file name found Re #22515 --- Framework/Algorithms/src/SortXAxis2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Algorithms/src/SortXAxis2.cpp b/Framework/Algorithms/src/SortXAxis2.cpp index a38a8251684..b13597e8704 100644 --- a/Framework/Algorithms/src/SortXAxis2.cpp +++ b/Framework/Algorithms/src/SortXAxis2.cpp @@ -1,4 +1,4 @@ -#include "MantidAlgorithms/SortXAxis.h" +#include "MantidAlgorithms/SortXAxis2.h" using namespace Mantid::Kernel; using namespace Mantid::API; -- GitLab