Skip to content

Commit

Permalink
Re #8487. Give up and put the include back in the header.
Browse files Browse the repository at this point in the history
The strange thing is that my local Windows build was just fine...
  • Loading branch information
RussellTaylor committed Mar 6, 2014
1 parent 168e8c4 commit 8f5741a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -4,6 +4,7 @@
#include <string>
#include <vector>
#include <Poco/AutoPtr.h>
#include <Poco/DOM/Document.h>
#include "MantidKernel/System.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/V3D.h"
Expand All @@ -14,7 +15,6 @@ namespace Poco
{
namespace XML
{
class Document;
class Element;
}
}
Expand Down
Expand Up @@ -2,7 +2,6 @@
#define MANTID_GEOMETRY_INSTRUMENTDEFINITIONPARSERTEST_H_

#include <cxxtest/TestSuite.h>
#include <Poco/DOM/Document.h>
#include "MantidGeometry/Instrument/InstrumentDefinitionParser.h"
#include "MantidKernel/ConfigService.h"
#include "MantidKernel/Strings.h"
Expand Down

0 comments on commit 8f5741a

Please sign in to comment.