]> git.pld-linux.org Git - packages/vtk.git/blame - stdcpp.patch
- up to 9.2.6
[packages/vtk.git] / stdcpp.patch
CommitLineData
7d3134c9
JR
1--- VTK-9.2.6/IO/Image/vtkSEPReader.h~ 2023-02-15 05:03:53.000000000 +0100
2+++ VTK-9.2.6/IO/Image/vtkSEPReader.h 2023-10-14 16:39:06.282084245 +0200
3@@ -26,6 +26,7 @@
4 #include "vtkNew.h" // for ivars
5
6 #include <array> // for std::array
7+#include <cstdint> // for std::uint8_t
8 #include <string> // for std::string
9
10 namespace details
This page took 0.048828 seconds and 4 git commands to generate.