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;