- add missing include statement

This commit is contained in:
Magnus Norddahl 2018-10-09 07:15:46 +02:00 committed by drfrag
parent 6db9b1394c
commit 04ba3ede16

View file

@ -11,6 +11,7 @@
#include <asmjit/asmjit.h>
#include <asmjit/x86.h>
#include <functional>
#include <vector>
extern cycle_t VMCycles[10];
extern int VMCalls[10];