Skip to content

Commit 30f552c

Browse files
jabradCompute-Runtime-Automation
authored andcommitted
fix: resolve clang compilation issue on Windows
A header was missing, making compilation using clang 18.1.8 fail. Signed-off-by: Radoslaw Jablonski <[email protected]>
1 parent 3b4d879 commit 30f552c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opencl/source/sharings/d3d/d3d_buffer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2024 Intel Corporation
2+
* Copyright (C) 2018-2025 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -10,6 +10,7 @@
1010
#include "shared/source/memory_manager/allocation_properties.h"
1111
#include "shared/source/memory_manager/memory_manager.h"
1212

13+
#include "opencl/source/cl_device/cl_device.h"
1314
#include "opencl/source/mem_obj/buffer.h"
1415
#include "opencl/source/sharings/d3d/d3d_sharing.h"
1516

0 commit comments

Comments
 (0)