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 f198a6df..92be4149 100644
--- a/src/lj_ir.c
+++ b/src/lj_ir.c
@@ -28,6 +28,7 @@
28#include "lj_carith.h" 28#include "lj_carith.h"
29#endif 29#endif
30#include "lj_vm.h" 30#include "lj_vm.h"
31#include "lj_strscan.h"
31#include "lj_lib.h" 32#include "lj_lib.h"
32 33
33/* Some local macros to save typing. Undef'd at the end. */ 34/* Some local macros to save typing. Undef'd at the end. */