From 1770503185919d2bfa5940464a7759f2cf837c26 Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 15 Aug 2021 16:47:52 +0100 Subject: xbyak: Update include path --- src/common/x64/xbyak_abi.h | 2 +- src/common/x64/xbyak_util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common') diff --git a/src/common/x64/xbyak_abi.h b/src/common/x64/xbyak_abi.h index c2c9b6134..0ddf9b83e 100644 --- a/src/common/x64/xbyak_abi.h +++ b/src/common/x64/xbyak_abi.h @@ -6,7 +6,7 @@ #include #include -#include +#include #include "common/assert.h" namespace Common::X64 { diff --git a/src/common/x64/xbyak_util.h b/src/common/x64/xbyak_util.h index df17f8cbe..44d2558f1 100644 --- a/src/common/x64/xbyak_util.h +++ b/src/common/x64/xbyak_util.h @@ -5,7 +5,7 @@ #pragma once #include -#include +#include #include "common/x64/xbyak_abi.h" namespace Common::X64 { -- cgit v1.2.3