summaryrefslogtreecommitdiff
path: root/sci-libs/vtk/files/vtk-9.2.5-Add-include-cstdint-for-gcc-13.patch
blob: 3ab71521b6b500e18b87d74c4a5947489411b0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From 69351f357a82c0bb7f97f4f707962de3400760a8 Mon Sep 17 00:00:00 2001
From: Bernd Waibel <waebbl-gentoo@posteo.net>
Date: Sun, 29 Jan 2023 12:17:36 +0100
Subject: [PATCH] Add #include <cstdint> for gcc-13

Bug: https://gitlab.kitware.com/vtk/vtk/-/issues/18782
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
--- a/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
+++ b/Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.h
@@ -50,6 +50,7 @@
 #include "vtkRenderingMatplotlibModule.h" // For export macro
 
 #include <vector> // for std::vector
+#include <cstdint> // for std::uint64_t
 
 struct _object;
 typedef struct _object PyObject;
-- 
2.39.1