From c0fc537ea8f3bb156f67951964ca97a4c73593b9 Mon Sep 17 00:00:00 2001 From: Pranav Bahuguna <pranav.bahuguna@stfc.ac.uk> Date: Mon, 21 Nov 2016 16:25:34 +0000 Subject: [PATCH] Re #17816 Added missing include --- .../CustomInterfaces/src/Reflectometry/QtReflSaveTabView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MantidQt/CustomInterfaces/src/Reflectometry/QtReflSaveTabView.cpp b/MantidQt/CustomInterfaces/src/Reflectometry/QtReflSaveTabView.cpp index 969327e2070..416ca03d378 100644 --- a/MantidQt/CustomInterfaces/src/Reflectometry/QtReflSaveTabView.cpp +++ b/MantidQt/CustomInterfaces/src/Reflectometry/QtReflSaveTabView.cpp @@ -1,6 +1,8 @@ #include "MantidQtCustomInterfaces/Reflectometry/QtReflSaveTabView.h" #include "MantidQtCustomInterfaces/Reflectometry/ReflSaveTabPresenter.h" +#include <boost/algorithm/string.hpp> + namespace MantidQt { namespace CustomInterfaces { -- GitLab