From 15dcbb5d92da9bad1d7b2b34681773b5f20520e0 Mon Sep 17 00:00:00 2001 From: Federico Montesino Pouzols <federico.montesino-pouzols@stfc.ac.uk> Date: Thu, 8 Oct 2015 23:38:55 +0100 Subject: [PATCH] iosfwd not quite enough on osx, iostream back (qpolygon), re #13689 --- MantidPlot/src/Mantid/InstrumentWidget/RectF.cpp | 2 -- MantidPlot/src/Mantid/InstrumentWidget/RectF.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/MantidPlot/src/Mantid/InstrumentWidget/RectF.cpp b/MantidPlot/src/Mantid/InstrumentWidget/RectF.cpp index 857f2469951..8204c70743d 100644 --- a/MantidPlot/src/Mantid/InstrumentWidget/RectF.cpp +++ b/MantidPlot/src/Mantid/InstrumentWidget/RectF.cpp @@ -1,5 +1,3 @@ -#include <iostream> - #include "RectF.h" diff --git a/MantidPlot/src/Mantid/InstrumentWidget/RectF.h b/MantidPlot/src/Mantid/InstrumentWidget/RectF.h index 2a2bbc99e6a..570edc68c82 100644 --- a/MantidPlot/src/Mantid/InstrumentWidget/RectF.h +++ b/MantidPlot/src/Mantid/InstrumentWidget/RectF.h @@ -7,7 +7,7 @@ #include <QTransform> #include <algorithm> -#include <iosfwd> +#include <iostream> #include <stdexcept> #include <cmath> -- GitLab