Skip to content

Commit a6bb8a7

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Target/SPIRV/Serialization.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#define MLIR_TARGET_SPIRV_SERIALIZATION_H
1515

1616
#include "mlir/Support/LLVM.h"
17+
#include <cstdint>
1718

1819
namespace mlir {
1920
class MLIRContext;

0 commit comments

Comments
 (0)