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 {
|