Skip to content

Commit e625bfd

Browse files
committed
[L0] Fix issue with test include path
- Fix include path for the L0 tracing layer header which prevents it from being picked up from the deps downloaded during project build.
1 parent 39df031 commit e625bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/adapters/level_zero/ze_tracer_common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include "uur/fixtures.h"
77

8-
#include <level_zero/layers/zel_tracing_api.h>
8+
#include <layers/zel_tracing_api.h>
99
#include <loader/ze_loader.h>
1010

1111
#include <memory>

0 commit comments

Comments
 (0)