OSX build fix

This commit is contained in:
Flyinghead 2019-09-30 20:14:46 +03:00
parent dde8bf3b42
commit 8eac844825
1 changed files with 1 additions and 1 deletions

View File

@ -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