From c188bee22984701581850e19604be137e484a801 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sun, 15 Sep 2019 19:09:57 +0300 Subject: [PATCH] Update utils.cpp --- tests/utils.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/utils.cpp b/tests/utils.cpp index 5d7a0494..2aa6e5e7 100644 --- a/tests/utils.cpp +++ b/tests/utils.cpp @@ -1,6 +1,9 @@ #include "includes.h" + +#ifndef _WIN32 #include #include +#endif void prepare_logdir() {