aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir.c')
-rw-r--r--src/ir.c1
1 files changed, 1 insertions, 0 deletions
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 };