Skip to content
Snippets Groups Projects
Commit b9fc3a81 authored by Ken Martin's avatar Ken Martin
Browse files

add missing include to fix compiler error

need to have algorithm to use std::max apparently
parent 6393cf96
No related branches found
No related tags found
1 merge request!1192add missing include to fix compiler error
Pipeline #
......@@ -50,6 +50,7 @@
#include "vtkCommand.h"
#include "vtkWindow.h"
#include <algorithm>
#include <cfloat> //for FLT_EPSILON
vtkStandardNewMacro(vtkImplicitCylinderRepresentation);
......
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