From cdce4cd7941d0e057e2f584cf807b9b90cdcbb66 Mon Sep 17 00:00:00 2001 From: vakhet Date: Sat, 8 Feb 2020 18:35:38 +0300 Subject: [PATCH] Correcting import due to compiler warning (#4613) --- src/common/cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cli.cpp b/src/common/cli.cpp index bb2b51e578..b4ace89add 100644 --- a/src/common/cli.cpp +++ b/src/common/cli.cpp @@ -10,7 +10,7 @@ #ifdef WIN32 #include #else - #include + #include #endif #include "cbasetypes.hpp"