File: gcc15_headers.patch

package info (click to toggle)
supertuxkart 1.4%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 768,576 kB
  • sloc: cpp: 412,083; xml: 106,334; ansic: 83,792; asm: 1,558; python: 1,403; sh: 1,366; objc: 452; makefile: 335; javascript: 23; awk: 20
file content (24 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Forwarded: not-needed
Origin: upstream, https://github.com/supertuxkart/stk-code/commit/83e029cc123176a77a239edf90ee461e46f9f8a2

From 83e029cc123176a77a239edf90ee461e46f9f8a2 Mon Sep 17 00:00:00 2001
From: Gwyn Ciesla <gwync@protonmail.com>
Date: Wed, 19 Feb 2025 09:34:58 -0600
Subject: [PATCH] Add include to work with gcc15. (#5310)

---
 src/network/remote_kart_info.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/network/remote_kart_info.hpp b/src/network/remote_kart_info.hpp
index 80a6339187c..9865dcda8c3 100644
--- a/src/network/remote_kart_info.hpp
+++ b/src/network/remote_kart_info.hpp
@@ -29,6 +29,7 @@
 #include <string>
 #include <vector>
 #include <irrString.h>
+#include <cstdint>
 
 enum KartTeam : int8_t
 {