Skip to content

Commit

Permalink
fix: Build with VTK 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuh-hf authored and schuhschuh committed Jul 28, 2022
1 parent be86b02 commit 973ce2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Modules/Common/include/mirtk/Vtk.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

#include "mirtk/String.h"

#include "vtkConfigure.h"
#include "vtkVersionMacros.h"

#include "vtkNew.h"
#include "vtkSmartPointer.h"
#include "vtkDataArray.h"
#include "vtkDataSetAttributes.h"
#include "vtkIdList.h"
#include "vtkVersionMacros.h"
#include "vtkDataSet.h"
#include "vtkPolyData.h"

Expand Down
2 changes: 1 addition & 1 deletion Modules/Common/include/mirtk/VtkMath.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef MIRTK_VtkMath_H
#define MIRTK_VtkMath_H

#include "vtkConfigure.h" // VTK version macros
#include "vtkVersionMacros.h"


// See http://www.paraview.org/Bug/view.php?id=14164
Expand Down

0 comments on commit 973ce2f

Please sign in to comment.