COMP: Enabling build with recent VTK version

VTK_MAJOR_VERSION not found unless header is included
pull/15715/head
Adam Rankin 5 years ago committed by GitHub
parent ad5d14ec0e
commit 3b070517ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/viz/src/precomp.hpp

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

Loading…
Cancel
Save