diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/vtk/iotr.patch | |
Diffstat (limited to 'vcpkg/ports/vtk/iotr.patch')
| -rw-r--r-- | vcpkg/ports/vtk/iotr.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/vtk/iotr.patch b/vcpkg/ports/vtk/iotr.patch new file mode 100644 index 0000000..a7f9f1b --- /dev/null +++ b/vcpkg/ports/vtk/iotr.patch @@ -0,0 +1,26 @@ +diff --git a/IO/IOSS/vtkIOSSUtilities.cxx b/IO/IOSS/vtkIOSSUtilities.cxx +index 26470b965..bee76107a 100644 +--- a/IO/IOSS/vtkIOSSUtilities.cxx ++++ b/IO/IOSS/vtkIOSSUtilities.cxx +@@ -38,6 +38,7 @@ + #include <Ioss_NodeBlock.h> + #include <Ioss_SideBlock.h> + #include <Ioss_SideSet.h> ++#include <Iotr_Factory.h> + + #include <memory> + +diff --git a/IO/IOSS/vtkIOSSReaderInternal.cxx b/IO/IOSS/vtkIOSSReaderInternal.cxx +index de8d456..237644b 100644 +--- a/IO/IOSS/vtkIOSSReaderInternal.cxx ++++ b/IO/IOSS/vtkIOSSReaderInternal.cxx +@@ -9,6 +9,8 @@ + #include "vtkIOSSReaderCommunication.h" + #include "vtkIOSSUtilities.h" + ++#include VTK_IOSS(Iotr_Factory.h) ++ + #include "vtkCellArrayIterator.h" + #include "vtkCellData.h" + #include "vtkDataArraySelection.h" + |