From f9837d44474f978cf8f18b9ce4e5aee87f9c0f6f Mon Sep 17 00:00:00 2001 From: Rohit Nirmal Date: Mon, 11 Jan 2016 13:20:47 -0600 Subject: [PATCH] Fix building with PCH disabled. --- Source/Core/Core/PowerPC/PowerPC.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Core/PowerPC/PowerPC.h b/Source/Core/Core/PowerPC/PowerPC.h index eca88fb713..2bddfb7955 100644 --- a/Source/Core/Core/PowerPC/PowerPC.h +++ b/Source/Core/Core/PowerPC/PowerPC.h @@ -4,6 +4,7 @@ #pragma once +#include #include #include "Common/BreakPoints.h"