OSX build fix
This commit is contained in:
parent
dde8bf3b42
commit
8eac844825
|
@ -1,6 +1,7 @@
|
|||
#include "types.h"
|
||||
#include <unordered_set>
|
||||
|
||||
#include "deps/xxhash/xxhash.h"
|
||||
#include "../sh4_interpreter.h"
|
||||
#include "../sh4_opcode_list.h"
|
||||
#include "../sh4_core.h"
|
||||
|
@ -20,7 +21,6 @@
|
|||
#include "blockmanager.h"
|
||||
#include "ngen.h"
|
||||
#include "decoder.h"
|
||||
#include "deps/xxhash/xxhash.h"
|
||||
|
||||
#if FEAT_SHREC != DYNAREC_NONE
|
||||
|
||||
|
|
Loading…
Reference in New Issue