mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add missing include, this was previously masked by PCH usage
This commit is contained in:
@ -10,6 +10,9 @@
|
|||||||
// Helper functions:
|
// Helper functions:
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
|
#include <intrin.h>
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
static inline int CountSetBits(T v)
|
static inline int CountSetBits(T v)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user