From 38955ae37bc0253685b8a3997613bc24d761f37d Mon Sep 17 00:00:00 2001 From: Russell Taylor Date: Thu, 6 Mar 2014 14:00:37 -0500 Subject: [PATCH] Re #8487. It seems that Windows wants this include. --- .../Framework/Geometry/test/InstrumentDefinitionParserTest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Mantid/Framework/Geometry/test/InstrumentDefinitionParserTest.h b/Code/Mantid/Framework/Geometry/test/InstrumentDefinitionParserTest.h index 443ffa2f7e11..a54eb272900f 100644 --- a/Code/Mantid/Framework/Geometry/test/InstrumentDefinitionParserTest.h +++ b/Code/Mantid/Framework/Geometry/test/InstrumentDefinitionParserTest.h @@ -17,6 +17,7 @@ #include #include +#include using namespace Mantid; using namespace Mantid::Kernel;