qemu/compiler: Include <intrin.h> on MSVC

This commit is contained in:
Lioncash 2019-01-30 13:25:26 -05:00
parent 5745f2f75d
commit 4e605ba038
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -50,6 +50,7 @@
#define inline __inline
#define __func__ __FUNCTION__
#include <intrin.h>
#include <math.h>
#include <float.h>