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 e0362a7c39.

See the mentioned commit message for the full explanation.

Signed-off-by: Daniel Bermond <dbermond@archlinux.org>
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Daniel Bermond
2025-11-21 14:02:53 +00:00
committed by Compute-Runtime-Automation
parent 572932f830
commit d682c49ef1

View File

@@ -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 <cstdint>
#include <map>
#include <memory>
#include <string>