+--- a/tools/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h 2025-01-14 10:41:02.000000000 +0100
++++ b/tools/mlir/include/mlir/Dialect/Affine/IR/ValueBoundsOpInterfaceImpl.h 2025-01-17 08:31:49.581864809 +0100
+@@ -9,6 +9,7 @@
+ #ifndef MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
+ #define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
+
++#include <cstdint>
+ #include "mlir/Support/LLVM.h"
+
+ namespace mlir {
+--- a/tools/mlir/include/mlir/Support/LLVM.h 2025-01-14 10:41:02.000000000 +0100
++++ b/tools/mlir/include/mlir/Support/LLVM.h 2025-01-17 10:20:19.356337873 +0100
+@@ -18,6 +18,9 @@
+ #ifndef MLIR_SUPPORT_LLVM_H
+ #define MLIR_SUPPORT_LLVM_H
+
++
++
++#include <cstdint>
+ // We include this header because it cannot be practically forward
+ // declared, and are effectively language features.
+ #include "llvm/Support/Casting.h"