[llvm] [mlir] adds missing header, removes Bazel unnecessary dependency (PR #110932)
Jordan Rupprecht via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 15:08:41 PDT 2024
================
@@ -9,6 +9,7 @@
#ifndef MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
#define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
+#include <cstdint>
----------------
rupprecht wrote:
nit: formatting
https://github.com/llvm/llvm-project/pull/110932
More information about the llvm-commits
mailing list