mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Add missing include, this was previously masked by PCH usage
This commit is contained in:
parent
f53a9316ba
commit
9f279f77fc
@ -10,6 +10,9 @@
|
||||
// Helper functions:
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <intrin.h>
|
||||
|
||||
template <typename T>
|
||||
static inline int CountSetBits(T v)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user