Core: Include intrin.h for MSVC

This commit is contained in:
Thaddeus Crews
2025-03-24 15:13:08 -05:00
parent bf1c2583f4
commit 8f16b86d7e

View File

@@ -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
*/ */