COMP: Enabling build with recent VTK version

VTK_MAJOR_VERSION not found unless header is included
This commit is contained in:
Adam Rankin 2019-10-16 10:04:41 -04:00 committed by GitHub
parent ad5d14ec0e
commit 3b070517ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@
#include <iomanip>
#include <limits>
#include <vtkVersionMacros.h>
#include <vtkAppendPolyData.h>
#include <vtkAssemblyPath.h>
#include <vtkCellData.h>