Skip to content

Commit

Permalink
- add missing include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dpjudas committed Oct 9, 2018
1 parent f0d9b49 commit 9c3b850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripting/vm/jitintern.h
Expand Up @@ -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];
Expand Down

0 comments on commit 9c3b850

Please sign in to comment.