From 5698458627acd5772ecca5ab01131e36be58181e Mon Sep 17 00:00:00 2001 From: Junhe <2561075610@qq.com> Date: Wed, 20 May 2026 19:29:13 +0800 Subject: [PATCH] =?UTF-8?q?mir=E5=8A=A0=E5=85=A5=E4=BA=86=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=20cstdint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/mir/MIR.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mir/MIR.h b/include/mir/MIR.h index d0539bc..a773e1f 100644 --- a/include/mir/MIR.h +++ b/include/mir/MIR.h @@ -5,6 +5,7 @@ #include #include #include +#include namespace ir { class Module; @@ -300,4 +301,4 @@ void RunFrameLowering(MachineFunction& function); std::vector> LowerToMIR(const ir::Module& module); void PrintAsm(const std::vector>& functions, std::ostream& os); void RunPeepholeOptimization(MachineFunction& function); -} // namespace mir \ No newline at end of file +} // namespace mir