mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
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