Skip to content
Snippets Groups Projects
Commit d973e322 authored by David Gobbi's avatar David Gobbi
Browse files

vtkStructuredData include for std::max

parent 53818487
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@
#include "vtkObject.h"
#include "vtkSmartPointer.h" // For vtkSmartPointer
#include <algorithm> // For std::max
VTK_ABI_NAMESPACE_BEGIN
class vtkDataArray;
class vtkIdList;
......
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