abi: Missing includes'
This commit is contained in:
parent
cdc5c3ad95
commit
e7b60189b3
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
|
|
||||||
// 24th August 2016: This code was modified for Dynarmic.
|
// 24th August 2016: This code was modified for Dynarmic.
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include <xbyak.h>
|
#include <xbyak.h>
|
||||||
|
|
||||||
#include "backend_x64/abi.h"
|
#include "backend_x64/abi.h"
|
||||||
|
|
Loading…
Reference in a new issue