test: add more libraries to ocl ults pch

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-02-05 13:43:54 +00:00
committed by Compute-Runtime-Automation
parent ff67943d06
commit cd728f78bb

View File

@@ -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 <algorithm>
#include <chrono>
#include <fstream>
#include <iostream>
#include <list>
#include <map>
#include <memory>
#include <ranges>
#include <set>
#include <sstream>
#include <stdio.h>
#include <string>
#include <vector>