From f1045cc87a6b1e259e49e0bb909ced40171a2043 Mon Sep 17 00:00:00 2001 From: Simon Heybrock <simon.heybrock@esss.se> Date: Wed, 2 Nov 2016 15:13:18 +0100 Subject: [PATCH] Re #17918. Removed unneeded ostream include. --- Framework/Geometry/inc/MantidGeometry/Crystal/ReducedCell.h | 1 + Framework/Kernel/inc/MantidKernel/Matrix.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Framework/Geometry/inc/MantidGeometry/Crystal/ReducedCell.h b/Framework/Geometry/inc/MantidGeometry/Crystal/ReducedCell.h index e547ed6c6d0..d7f8fa7beae 100644 --- a/Framework/Geometry/inc/MantidGeometry/Crystal/ReducedCell.h +++ b/Framework/Geometry/inc/MantidGeometry/Crystal/ReducedCell.h @@ -3,6 +3,7 @@ #include "MantidGeometry/DllConfig.h" #include "MantidKernel/Matrix.h" +#include <string> namespace Mantid { namespace Geometry { diff --git a/Framework/Kernel/inc/MantidKernel/Matrix.h b/Framework/Kernel/inc/MantidKernel/Matrix.h index 17d763e0c24..f5625946f5a 100644 --- a/Framework/Kernel/inc/MantidKernel/Matrix.h +++ b/Framework/Kernel/inc/MantidKernel/Matrix.h @@ -4,7 +4,7 @@ #include "MantidKernel/DllConfig.h" #include <vector> #include <cfloat> -#include <ostream> +#include <iosfwd> namespace Mantid { -- GitLab