Fix minor issues when compiling with MSYS (#2505)

References #2503.
This commit is contained in:
Andrew Gaul
2024-07-27 09:43:16 +09:00
committed by GitHub
parent 411e42384e
commit fcb5aa77fb
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include <cstdio>
#include <cstdlib>
#include <climits>
#include <cstring>
#include <memory>
#include <unistd.h>
#include <sys/stat.h>