Skip to content

Commit f61e81e

Browse files
committed
[L0] Add missing <iomanip> include
1 parent c7fade0 commit f61e81e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adapters/level_zero/adapter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include "adapter.hpp"
1212
#include "ur_level_zero.hpp"
13+
#include <iomanip>
1314

1415
// Due to multiple DLLMain definitions with SYCL, Global Adapter is init at
1516
// variable creation.

0 commit comments

Comments
 (0)