Merge pull request #1383 from gvanem/patch-1

Add '#include <io.h>'
This commit is contained in:
Martin Ling
2023-12-04 20:08:55 +00:00
committed by GitHub

View File

@ -47,6 +47,7 @@ typedef int bool;
#ifdef _WIN32
#define _USE_MATH_DEFINES
#include <windows.h>
#include <io.h>
#ifdef _MSC_VER
#ifdef _WIN64