From 091eb26d17515e4433c396a52be943c52a4ef8c1 Mon Sep 17 00:00:00 2001 From: cristei <51248378+cristeigabriel@users.noreply.github.com> Date: Wed, 27 Oct 2021 22:10:28 +0300 Subject: [PATCH] Include on every platform Required to build with Visual Studio's v143 build tools. --- platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.h b/platform.h index 627ed37..c429784 100644 --- a/platform.h +++ b/platform.h @@ -13,10 +13,10 @@ #include #include #include +#include /* host platform includes */ #ifdef UNIX_HOST -# include # include #elif defined(WIN32) /*(predefined on MSVC)*/ #else