1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

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
+1
View File
@@ -53,6 +53,7 @@
#include <iomanip>
#include <limits>
#include <vtkVersionMacros.h>
#include <vtkAppendPolyData.h>
#include <vtkAssemblyPath.h>
#include <vtkCellData.h>