From 4badb25055eb7df8f3c0ced413d1f8d045178e1e Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Fri, 21 Nov 2025 10:02:53 -0300 Subject: [PATCH] test: add more missing headers for GCC 15 Needed for building with GCC 15 and later. Otherwise, a build error happens. Same situation of commit e0362a7c39ba7a3ead3cbb74146cb961176a1734. See the mentioned commit message for the full explanation. Signed-off-by: Daniel Bermond --- shared/test/common/test_macros/test_excludes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/test/common/test_macros/test_excludes.cpp b/shared/test/common/test_macros/test_excludes.cpp index 7edbdbb950c30..e965ccf7654f9 100644 --- a/shared/test/common/test_macros/test_excludes.cpp +++ b/shared/test/common/test_macros/test_excludes.cpp @@ -9,6 +9,7 @@ #include "shared/source/helpers/debug_helpers.h" +#include #include #include #include