mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
build: add missing includes
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
59993ae7c1
commit
690be2d0cc
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
* Copyright (C) 2018-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
#include "opencl/source/sharings/d3d/d3d_sharing.h"
|
||||
|
||||
#include "neo_igfxfmid.h"
|
||||
|
||||
namespace NEO {
|
||||
template <typename D3D>
|
||||
class MockD3DSharingFunctions : public D3DSharingFunctions<D3D> {
|
||||
|
||||
Reference in New Issue
Block a user