Skip to content
Snippets Groups Projects
Commit f1045cc8 authored by Simon Heybrock's avatar Simon Heybrock
Browse files

Re #17918. Removed unneeded ostream include.

parent 8e5e14a8
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include "MantidGeometry/DllConfig.h" #include "MantidGeometry/DllConfig.h"
#include "MantidKernel/Matrix.h" #include "MantidKernel/Matrix.h"
#include <string>
namespace Mantid { namespace Mantid {
namespace Geometry { namespace Geometry {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "MantidKernel/DllConfig.h" #include "MantidKernel/DllConfig.h"
#include <vector> #include <vector>
#include <cfloat> #include <cfloat>
#include <ostream> #include <iosfwd>
namespace Mantid { namespace Mantid {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment