Fix build with profiler but without JIT compiler.

This commit is contained in:
Mike Pall
2013-09-18 15:17:39 +02:00
parent b30a789ab8
commit a51b8bf6b4
2 changed files with 4 additions and 4 deletions

View File

@@ -24,11 +24,11 @@
#if LJ_HASJIT
#include "lj_ir.h"
#include "lj_jit.h"
#include "lj_trace.h"
#include "lj_ircall.h"
#include "lj_iropt.h"
#include "lj_target.h"
#endif
#include "lj_trace.h"
#include "lj_dispatch.h"
#include "lj_vm.h"
#include "lj_vmevent.h"