From eb7c9f97959e4c074698eea72b7da20d25f19faa Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 18 Sep 2021 15:54:34 +0200 Subject: Initial support for compiling with msvc/cl.exe on windows. --- src/task.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task.cc') diff --git a/src/task.cc b/src/task.cc index 1c6c233..69a47d6 100644 --- a/src/task.cc +++ b/src/task.cc @@ -3,7 +3,7 @@ // See accompanying file LICENSE for details. #include "task.h" -#include +//#include #include Task::Task(const BuildConfiguration& config) -- cgit v1.2.3