Add missing include, this was previously masked by PCH usage

This commit is contained in:
hdcmeta
2016-01-07 19:17:35 -08:00
parent f53a9316ba
commit 9f279f77fc

View File

@ -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)
{ {