Skip to content

Commit 76eae1e

Browse files
committed
Fix inttypes header
1 parent 0b36435 commit 76eae1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

level_zero/core/source/mutable_cmdlist/mutable_indirect_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "shared/source/helpers/debug_helpers.h"
1212
#include "shared/source/helpers/string.h"
1313

14-
#include <inttypes.h>
14+
#include <cinttypes>
1515

1616
namespace L0::MCL {
1717

0 commit comments

Comments
 (0)