common/misc: use windows.h

linux-mingw does not really like this.
This commit is contained in:
Zhu PengFei 2018-08-14 04:28:24 +08:00 committed by GitHub
parent c8e5c74092
commit 59d18ef55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
#include <cstddef>
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#else
#include <cerrno>
#include <cstring>