Skip to content

Commit

Permalink
Merge pull request #1544 from kbenzie/benie/l0-fix-rhel-error
Browse files Browse the repository at this point in the history
[L0] Add missing <iomanip> include
  • Loading branch information
kbenzie committed Apr 23, 2024
2 parents c7fade0 + f61e81e commit b37fa2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/adapters/level_zero/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include "adapter.hpp"
#include "ur_level_zero.hpp"
#include <iomanip>

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

0 comments on commit b37fa2c

Please sign in to comment.