diff options
Diffstat (limited to 'src/lj_opt_split.c')
-rw-r--r-- | src/lj_opt_split.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c index e52ddfd4..2f8b1e9c 100644 --- a/src/lj_opt_split.c +++ b/src/lj_opt_split.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include "lj_str.h" | 14 | #include "lj_str.h" |
15 | #include "lj_ir.h" | 15 | #include "lj_ir.h" |
16 | #include "lj_jit.h" | 16 | #include "lj_jit.h" |
17 | #include "lj_ircall.h" | ||
17 | #include "lj_iropt.h" | 18 | #include "lj_iropt.h" |
18 | #include "lj_vm.h" | 19 | #include "lj_vm.h" |
19 | 20 | ||