From 8dcd13cca7b3a6ded6ad43f77adec0852504489f Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sat, 26 Oct 2013 18:04:00 -0700 Subject: [PATCH] [vc12] std::min/max requires header. It should be in pch, but just add it for the single file that needs it, for now. --- Source/Core/Core/Src/PowerPC/PPCAnalyst.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Core/Src/PowerPC/PPCAnalyst.h b/Source/Core/Core/Src/PowerPC/PPCAnalyst.h index 2497e00494..d7495924fe 100644 --- a/Source/Core/Core/Src/PowerPC/PPCAnalyst.h +++ b/Source/Core/Core/Src/PowerPC/PPCAnalyst.h @@ -5,6 +5,7 @@ #ifndef _PPCANALYST_H #define _PPCANALYST_H +#include #include #include