Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / paraview-5.11.0.p008-cstdint-FD38.patch
1 diff -Naur ParaView_ref/VTK/IO/Image/vtkSEPReader.h ParaView_dev/VTK/IO/Image/vtkSEPReader.h
2 --- ParaView_ref/VTK/IO/Image/vtkSEPReader.h    2022-11-18 15:26:53.000000000 +0100
3 +++ ParaView_dev/VTK/IO/Image/vtkSEPReader.h    2023-05-25 12:20:42.016536934 +0200
4 @@ -25,6 +25,7 @@
5  #include "vtkImageAlgorithm.h"
6  #include "vtkNew.h" // for ivars
7  
8 +#include <cstdint>
9  #include <array>  // for std::array
10  #include <string> // for std::string
11  
12 diff -Naur ParaView_ref/VTK/IO/PIO/PIOData.h ParaView_dev/VTK/IO/PIO/PIOData.h
13 --- ParaView_ref/VTK/IO/PIO/PIOData.h   2022-11-18 15:26:53.000000000 +0100
14 +++ ParaView_dev/VTK/IO/PIO/PIOData.h   2023-05-25 13:01:49.598990879 +0200
15 @@ -10,6 +10,7 @@
16  #include <string.h>
17  #include <string>
18  #include <valarray>
19 +#include <cstdint>
20  
21  struct Cstring_less
22  {
23 diff -Naur ParaView_ref/VTK/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h ParaView_dev/VTK/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
24 --- ParaView_ref/VTK/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h      2022-11-18 15:26:54.000000000 +0100
25 +++ ParaView_dev/VTK/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h      2023-05-25 13:38:22.802343684 +0200
26 @@ -49,6 +49,7 @@
27  #include "vtkMathTextUtilities.h"
28  #include "vtkRenderingMatplotlibModule.h" // For export macro
29  
30 +#include <cstdint>
31  #include <vector> // for std::vector
32  
33  struct _object;
34 diff -Naur ParaView_ref/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp ParaView_dev/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp
35 --- ParaView_ref/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp   2022-11-18 15:26:54.000000000 +0100
36 +++ ParaView_dev/VTK/ThirdParty/libproj/vtklibproj/src/proj_json_streaming_writer.hpp   2023-05-25 11:49:44.525774382 +0200
37 @@ -33,6 +33,7 @@
38  
39  #include <vector>
40  #include <string>
41 +#include <cstdint>
42  
43  #define CPL_DLL
44