mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-28 10:15:00 +01:00
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.
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include <xbyak.h>
|
||||
|
||||
#include "backend_x64/abi.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue