File: 0007-Fix-FTBFS-with-GCC-15.patch

package info (click to toggle)
tinyobjloader 2.0.0~rc13%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,524 kB
  • sloc: cpp: 7,030; python: 120; sh: 57; makefile: 45
file content (20 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sun, 7 Sep 2025 21:12:27 +0200
Subject: Fix FTBFS with GCC-15

---
 mapbox/earcut.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mapbox/earcut.hpp b/mapbox/earcut.hpp
index 01bd7e9..c6a903b 100644
--- a/mapbox/earcut.hpp
+++ b/mapbox/earcut.hpp
@@ -3,6 +3,7 @@
 #include <algorithm>
 #include <cassert>
 #include <cmath>
+#include <cstdint>
 #include <memory>
 #include <vector>