From 8eac8448251fd8dd7244041cd269b7338f7bb896 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 30 Sep 2019 20:14:46 +0300 Subject: [PATCH] OSX build fix --- core/hw/sh4/dyna/driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hw/sh4/dyna/driver.cpp b/core/hw/sh4/dyna/driver.cpp index c286d8f25..fdf06bc3a 100644 --- a/core/hw/sh4/dyna/driver.cpp +++ b/core/hw/sh4/dyna/driver.cpp @@ -1,6 +1,7 @@ #include "types.h" #include +#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