From 4cfe4e5d73d13b7b6744c1079f643a69359334a1 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 28 Aug 2019 11:02:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwindows=E4=B8=8B=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/bom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bom.cpp b/tests/bom.cpp index e9d33085..3502d382 100644 --- a/tests/bom.cpp +++ b/tests/bom.cpp @@ -1,6 +1,8 @@ #include #include +#if !defined(_WIN32) #include +#endif //!defined(_WIN32) #include #include "Util/CMD.h" #include "Util/util.h"