Skip to content

Commit 7a6622f

Browse files
authored
Merge pull request #1670 from kbenzie/benie/l0-build-fix
[L0] Fix local build without system install
2 parents 15752ab + 344ef6b commit 7a6622f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/adapters/level_zero/urKernelCreateWithNativeHandle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// See LICENSE.TXT
44
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55

6-
#include "level_zero/ze_api.h"
76
#include "ur_api.h"
87
#include "uur/checks.h"
8+
#include "ze_api.h"
99
#include <uur/fixtures.h>
1010

1111
using urLevelZeroKernelNativeHandleTest = uur::urContextTest;

0 commit comments

Comments
 (0)