From 80b82ecd81bd0b9e120488ee2bc2257979caf738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 5 Jul 2017 16:46:47 +0200 Subject: [PATCH] Buildfix attempt --- Common/x64Emitter.h | 1 + Core/MIPS/MIPS.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Common/x64Emitter.h b/Common/x64Emitter.h index 5f3e27ebc0..1addb32e38 100644 --- a/Common/x64Emitter.h +++ b/Common/x64Emitter.h @@ -20,6 +20,7 @@ #include "ppsspp_config.h" +#include #include "Common.h" #include "CodeBlock.h" diff --git a/Core/MIPS/MIPS.h b/Core/MIPS/MIPS.h index ccb95c471d..c935783b40 100644 --- a/Core/MIPS/MIPS.h +++ b/Core/MIPS/MIPS.h @@ -17,6 +17,8 @@ #pragma once +#include + #include "util/random/rng.h" #include "Common/CommonTypes.h" // #include "Core/CoreParameter.h"