Skip to content

Commit cd728f7

Browse files
test: add more libraries to ocl ults pch
Signed-off-by: Kamil Kopryk <[email protected]>
1 parent ff67943 commit cd728f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

opencl/test/unit_test/igdrcl_tests_pch.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2022 Intel Corporation
2+
* Copyright (C) 2018-2025 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -21,12 +21,15 @@
2121
#include "third_party/opencl_headers/CL/cl.h"
2222

2323
#include <algorithm>
24+
#include <chrono>
2425
#include <fstream>
2526
#include <iostream>
2627
#include <list>
2728
#include <map>
2829
#include <memory>
30+
#include <ranges>
2931
#include <set>
32+
#include <sstream>
3033
#include <stdio.h>
3134
#include <string>
3235
#include <vector>

0 commit comments

Comments
 (0)