Skip to content

Commit 7a5195f

Browse files
Add missing imports
1 parent cd70802 commit 7a5195f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h

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

1212
#include "mlir/Support/LLVM.h"
13+
#include <cstdint>
1314

1415
namespace mlir {
1516
class DialectRegistry;

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;

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)