[SDK:CRT] Reenable malloc.h inclusion in xmmintrin.h (#6464)

Addendum to commit 318d696f0
This commit is contained in:
Hermès Bélusca-Maïto 2024-02-08 17:42:33 +01:00
parent ab7fbd08a7
commit 90aee8453f
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -29,7 +29,7 @@
#endif
#if !defined _VCRT_BUILD && !defined _INC_MALLOC
//#include <malloc.h> // FIXME: This breaks build
#include <malloc.h> // For _mm_malloc() and _mm_free()
#endif
#ifdef __cplusplus