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:
parent
59e26c1ee9
commit
2e48723e83
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
|
||||
#include <chrono>
|
||||
#include <cmath>
|
||||
#include <cstddef>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in New Issue