Fixed build on Mac OS X.

This commit is contained in:
Victor Xie 2016-01-05 14:23:54 +08:00
parent 36c8b043f3
commit cd63b6d057

View file

@ -28,6 +28,10 @@
#include "GPU/GPUState.h"
#include "GPU/GPUInterface.h"
#if defined(_M_SSE)
#include <emmintrin.h>
#endif
// Ugly.
extern int g_iNumVideos;