From 44baab30cf354ef5661385a6fd5d1055d37d7eba Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Wed, 10 Sep 2014 20:39:19 -0500 Subject: [PATCH] Include a missing include in the ARM emitter's common code. --- Source/Core/Common/ArmCommon.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/Common/ArmCommon.h b/Source/Core/Common/ArmCommon.h index ae919d9232..439c152d5f 100644 --- a/Source/Core/Common/ArmCommon.h +++ b/Source/Core/Common/ArmCommon.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include "Common/CommonTypes.h" + enum CCFlags { CC_EQ = 0, // Equal