From d2349132ef1c752d02ab3258c39169c3bc8501ee Mon Sep 17 00:00:00 2001 From: Federico Montesino Pouzols <federico.montesino-pouzols@stfc.ac.uk> Date: Thu, 8 Oct 2015 16:23:25 +0100 Subject: [PATCH] include <string> for rhel6, re #13140 --- Framework/API/inc/MantidAPI/ITransformScale.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Framework/API/inc/MantidAPI/ITransformScale.h b/Framework/API/inc/MantidAPI/ITransformScale.h index d13af449f04..18832392062 100644 --- a/Framework/API/inc/MantidAPI/ITransformScale.h +++ b/Framework/API/inc/MantidAPI/ITransformScale.h @@ -8,6 +8,7 @@ #include <boost/shared_ptr.hpp> #endif +#include <string> #include <vector> #include "MantidAPI/DllConfig.h" -- GitLab