diff --git a/GPU/GPUCommon.h b/GPU/GPUCommon.h index 33a69ba97..529032ce4 100644 --- a/GPU/GPUCommon.h +++ b/GPU/GPUCommon.h @@ -9,7 +9,9 @@ #if defined(__ANDROID__) #include -#elif defined(_M_SSE) +#endif + +#if defined(_M_SSE) #include #endif