From cc5fbdaccbe36c7be42b636d91837726f4e5b97c Mon Sep 17 00:00:00 2001 From: Christian Ihle Date: Tue, 1 Jun 2021 20:42:56 +0200 Subject: [PATCH] Looks like "Microsoft Build Engine v16.10.0+4242f381a" fails to find to_string, while v16.9 does. --- src/core/Clock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Clock.cpp b/src/core/Clock.cpp index 35c4c6f..7106436 100644 --- a/src/core/Clock.cpp +++ b/src/core/Clock.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "Utils.h"