From 579c96bb309afa8366a44b43f6ffb400dc1ead7b Mon Sep 17 00:00:00 2001 From: "Parker, Peter G" <parkerpg@ornl.gov> Date: Wed, 20 Jun 2018 14:05:38 -0400 Subject: [PATCH] Refs #22608 - Make sure to include string header for OSX. --- Framework/Catalog/inc/MantidCatalog/ONCatEntity.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Framework/Catalog/inc/MantidCatalog/ONCatEntity.h b/Framework/Catalog/inc/MantidCatalog/ONCatEntity.h index 6c48f214512..2933598cf03 100644 --- a/Framework/Catalog/inc/MantidCatalog/ONCatEntity.h +++ b/Framework/Catalog/inc/MantidCatalog/ONCatEntity.h @@ -4,6 +4,7 @@ #include "MantidCatalog/DllConfig.h" #include "MantidKernel/make_unique.h" +#include <string> #include <vector> #include <boost/optional.hpp> -- GitLab