Skip to content

Commit 3f4db4f

Browse files
committed
change ze_api include due to windows compile error
1 parent 9f1c588 commit 3f4db4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/common/ze_loopback.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef UMF_TEST_ZE_LOOPBACK_H
66
#define UMF_TEST_ZE_LOOPBACK_H
77

8-
#include <level_zero/ze_api.h>
8+
#include "ze_api.h"
99

1010
class LevelZero {
1111
public:

0 commit comments

Comments
 (0)