Skip to content
Snippets Groups Projects
Commit bf7adb02 authored by Lamar Moore's avatar Lamar Moore
Browse files

boost::optional fix #21248

parent a2dde1f2
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
#define GEOMETRYHANDLER_H
#include "MantidGeometry/DllConfig.h"
#include "MantidGeometry/Rendering/Renderer.h"
#include "MantidGeometry/Rendering/ShapeInfo.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/V3D.h"
#include <boost/optional.hpp>
#include <vector>
namespace Mantid {
......@@ -19,6 +19,7 @@ class GeometryTriangulator;
}
namespace detail {
class Renderer;
class GeometryTriangulator;
}
/**
......
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