Merge pull request #104570 from Repiteo/core/intrin-fix
Core: Include `intrin.h` for MSVC
This commit is contained in:
commit
c657d4768d
1 changed files with 4 additions and 0 deletions
|
|
@ -55,6 +55,10 @@
|
|||
#include "core/templates/rid.h"
|
||||
#include "core/typedefs.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <intrin.h> // Needed for `__umulh` below.
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Hashing functions
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue