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

package info (click to toggle)
fastdds 3.3.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,540 kB
  • sloc: cpp: 793,735; xml: 15,283; python: 5,902; sh: 219; makefile: 95; ansic: 12
file content (20 lines) | stat: -rw-r--r-- 605 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 08:13:36 +0200
Subject: Fix FTBFS with GCC-15

---
 src/cpp/rtps/security/common/SharedSecretHandle.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpp/rtps/security/common/SharedSecretHandle.h b/src/cpp/rtps/security/common/SharedSecretHandle.h
index c53b153..1d90de5 100644
--- a/src/cpp/rtps/security/common/SharedSecretHandle.h
+++ b/src/cpp/rtps/security/common/SharedSecretHandle.h
@@ -20,6 +20,7 @@
 
 #include <rtps/security/common/Handle.h>
 
+#include <cstdint>
 #include <vector>
 
 namespace eprosima {