From 2e48723e830969a71bb3e0f7ffbecf5ee643a3b8 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Tue, 31 Mar 2020 21:44:50 +0200 Subject: [PATCH] util-profiler: Possible fix for issue #119 Microsoft automatically includes cmath by default, while GCC and Clang don't seem to do this. --- source/util-profiler.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/util-profiler.hpp b/source/util-profiler.hpp index 74af1315..5e632e2a 100644 --- a/source/util-profiler.hpp +++ b/source/util-profiler.hpp @@ -18,6 +18,7 @@ */ #include +#include #include #include #include