[HOST-TOOLS] Fix the build from IDE for visual studio 2019 CE

CORE-16904
This commit is contained in:
Mark Jansen 2020-05-16 18:19:31 +02:00
parent 4d1cd72317
commit f454f4dc21
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#include <intrin.h>
#include <windows.h>
#else
#include <typedefs.h>

View file

@ -23,6 +23,7 @@
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#include <intrin.h>
#include <windows.h> // for GetFullPathNameA
#else
#include <unistd.h>