From 59d18ef55b40930c1708e9a6f79cf12e125f2a1e Mon Sep 17 00:00:00 2001 From: Zhu PengFei Date: Tue, 14 Aug 2018 04:28:24 +0800 Subject: common/misc: use windows.h linux-mingw does not really like this. --- src/common/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/misc.cpp b/src/common/misc.cpp index 217a87098..3fa8a3bc4 100644 --- a/src/common/misc.cpp +++ b/src/common/misc.cpp @@ -4,7 +4,7 @@ #include #ifdef _WIN32 -#include +#include #else #include #include -- cgit v1.2.3