Update precomp.hpp

Enabling build of visualization module when using VTK 9 (current HEAD of d5bbb9e99bbc6d11d2196c48bfd8f33508554551)
pull/11052/head
Adam Rankin 7 years ago committed by GitHub
parent 5b868ccd82
commit d810c73396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/viz/src/precomp.hpp

@ -104,6 +104,7 @@
#include <vtkMath.h>
#include <vtkExtractEdges.h>
#include <vtkFrustumSource.h>
#include <vtkTexture.h>
#include <vtkTextureMapToPlane.h>
#include <vtkPolyDataNormals.h>
#include <vtkAlgorithmOutput.h>

Loading…
Cancel
Save