util-profiler: Possible fix for issue #119

Microsoft automatically includes cmath by default, while GCC and Clang don't seem to do this.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2020-03-31 21:44:50 +02:00
parent 59e26c1ee9
commit 2e48723e83

View file

@ -18,6 +18,7 @@
*/ */
#include <chrono> #include <chrono>
#include <cmath>
#include <cstddef> #include <cstddef>
#include <map> #include <map>
#include <memory> #include <memory>