From 8f5741a251943fb3a84c758e2856f39bc0611359 Mon Sep 17 00:00:00 2001 From: Russell Taylor Date: Thu, 6 Mar 2014 14:49:20 -0500 Subject: [PATCH] Re #8487. Give up and put the include back in the header. The strange thing is that my local Windows build was just fine... --- .../inc/MantidGeometry/Instrument/InstrumentDefinitionParser.h | 2 +- .../Framework/Geometry/test/InstrumentDefinitionParserTest.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Instrument/InstrumentDefinitionParser.h b/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Instrument/InstrumentDefinitionParser.h index 9c90b88a31d5..3d2749435c06 100644 --- a/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Instrument/InstrumentDefinitionParser.h +++ b/Code/Mantid/Framework/Geometry/inc/MantidGeometry/Instrument/InstrumentDefinitionParser.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "MantidKernel/System.h" #include "MantidKernel/Logger.h" #include "MantidKernel/V3D.h" @@ -14,7 +15,6 @@ namespace Poco { namespace XML { - class Document; class Element; } } diff --git a/Code/Mantid/Framework/Geometry/test/InstrumentDefinitionParserTest.h b/Code/Mantid/Framework/Geometry/test/InstrumentDefinitionParserTest.h index 0f4830d85851..e5a3e0f6c8a4 100644 --- a/Code/Mantid/Framework/Geometry/test/InstrumentDefinitionParserTest.h +++ b/Code/Mantid/Framework/Geometry/test/InstrumentDefinitionParserTest.h @@ -2,7 +2,6 @@ #define MANTID_GEOMETRY_INSTRUMENTDEFINITIONPARSERTEST_H_ #include -#include #include "MantidGeometry/Instrument/InstrumentDefinitionParser.h" #include "MantidKernel/ConfigService.h" #include "MantidKernel/Strings.h"