Core: Include intrin.h for MSVC
This commit is contained in:
@ -55,6 +55,10 @@
|
|||||||
#include "core/templates/rid.h"
|
#include "core/templates/rid.h"
|
||||||
#include "core/typedefs.h"
|
#include "core/typedefs.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include <intrin.h> // Needed for `__umulh` below.
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hashing functions
|
* Hashing functions
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user