Skip to content
Snippets Groups Projects
Commit 07407dca authored by Bill Lorensen's avatar Bill Lorensen
Browse files

COMP: Missing include for array.

parent 0cd8db31
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,10 @@
#include <vtkUnstructuredGrid.h>
#include <vtkVertexGlyphFilter.h>
int main(int, char *[]) {
#include <array>
int main(int, char *[])
{
vtkNew<vtkNamedColors> colors;
......
......@@ -16,7 +16,10 @@
#include <vtkSphereSource.h>
#include <vtkUnstructuredGrid.h>
int main(int, char *[]) {
#include <array>
int main(int, char *[])
{
vtkNew<vtkNamedColors> colors;
......
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