From d682c49ef1c9782873ed3c7684e6a07180531b48 Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Fri, 21 Nov 2025 14:02:53 +0000 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 Signed-off-by: Mateusz Jablonski --- shared/test/common/test_macros/test_excludes.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/test/common/test_macros/test_excludes.cpp b/shared/test/common/test_macros/test_excludes.cpp index 7edbdbb950..550a39bb39 100644 --- a/shared/test/common/test_macros/test_excludes.cpp +++ b/shared/test/common/test_macros/test_excludes.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Intel Corporation + * Copyright (C) 2021-2025 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -9,6 +9,7 @@ #include "shared/source/helpers/debug_helpers.h" +#include #include #include #include