aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ir.c')
-rw-r--r--src/lj_ir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ir.c b/src/lj_ir.c
index b7d1e7a7..59ffcfde 100644
--- a/src/lj_ir.c
+++ b/src/lj_ir.c
@@ -27,6 +27,7 @@
27#include "lj_cdata.h" 27#include "lj_cdata.h"
28#include "lj_carith.h" 28#include "lj_carith.h"
29#endif 29#endif
30#include "lj_vm.h"
30#include "lj_lib.h" 31#include "lj_lib.h"
31 32
32/* Some local macros to save typing. Undef'd at the end. */ 33/* Some local macros to save typing. Undef'd at the end. */