From cd728f78bbf14ac535d2f1780f88117799113d94 Mon Sep 17 00:00:00 2001 From: Kamil Kopryk Date: Wed, 5 Feb 2025 13:43:54 +0000 Subject: [PATCH] test: add more libraries to ocl ults pch Signed-off-by: Kamil Kopryk --- opencl/test/unit_test/igdrcl_tests_pch.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opencl/test/unit_test/igdrcl_tests_pch.h b/opencl/test/unit_test/igdrcl_tests_pch.h index 4dcf1811e5..f5d4a9e10c 100644 --- a/opencl/test/unit_test/igdrcl_tests_pch.h +++ b/opencl/test/unit_test/igdrcl_tests_pch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2022 Intel Corporation + * Copyright (C) 2018-2025 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -21,12 +21,15 @@ #include "third_party/opencl_headers/CL/cl.h" #include +#include #include #include #include #include #include +#include #include +#include #include #include #include