From 04930d578e65d560253d0c24af43e0ecd06117c8 Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 17 Mar 2026 18:30:10 +0100 Subject: Refactor: move some utils from antcc.h to their own headers --- src/ir.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ir.c') diff --git a/src/ir.c b/src/ir.c index 840ba0b..17e5712 100644 --- a/src/ir.c +++ b/src/ir.c @@ -1,5 +1,6 @@ #include "ir.h" #include "obj.h" +#include "u_hash.h" uchar type2cls[NTYPETAG]; uchar cls2siz[] = { [KI32] = 4, [KI64] = 8, [KF32] = 4, [KF64] = 8 }; -- cgit v1.2.3