From cd63b6d057b20480a0d70ca35fc944d5a940f270 Mon Sep 17 00:00:00 2001 From: Victor Xie Date: Tue, 5 Jan 2016 14:23:54 +0800 Subject: [PATCH] Fixed build on Mac OS X. --- GPU/Common/TextureCacheCommon.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GPU/Common/TextureCacheCommon.cpp b/GPU/Common/TextureCacheCommon.cpp index 215730f6c6..f07de04449 100644 --- a/GPU/Common/TextureCacheCommon.cpp +++ b/GPU/Common/TextureCacheCommon.cpp @@ -28,6 +28,10 @@ #include "GPU/GPUState.h" #include "GPU/GPUInterface.h" +#if defined(_M_SSE) +#include +#endif + // Ugly. extern int g_iNumVideos;