Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Boris Basic
VTK
Commits
b9fc3a81
Commit
b9fc3a81
authored
Feb 05, 2016
by
Ken Martin
Browse files
add missing include to fix compiler error
need to have algorithm to use std::max apparently
parent
6393cf96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Interaction/Widgets/vtkImplicitCylinderRepresentation.cxx
View file @
b9fc3a81
...
...
@@ -50,6 +50,7 @@
#include
"vtkCommand.h"
#include
"vtkWindow.h"
#include
<algorithm>
#include
<cfloat>
//for FLT_EPSILON
vtkStandardNewMacro
(
vtkImplicitCylinderRepresentation
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment