Skip to content

Commit 101109f

Browse files
committed
[MLIR] Add missing include (NFC)
Needed for libstdc++ 15 compatibility.
1 parent b068f2f commit 101109f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Target/SPIRV/Deserialization.h

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

1616
#include "mlir/IR/OwningOpRef.h"
1717
#include "mlir/Support/LLVM.h"
18+
#include <cstdint>
1819

1920
namespace mlir {
2021
class MLIRContext;

0 commit comments

Comments
 (0)