Skip to content
Snippets Groups Projects
Commit 712e79a8 authored by Will Schroeder's avatar Will Schroeder
Browse files

Working around dumb compilers

parent 3bd159a4
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@
#include "vtkDataArray.h"
#include "vtkDataSetAttributes.h"
#include <vector>
#include <algorithm>
// Create a generic class supporting virtual dispatch to type-specific
// subclasses.
struct BaseArrayPair
......
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