Fix windows build

This commit is contained in:
Tixx
2025-01-07 12:18:30 +01:00
parent 1d90f53527
commit d7e75ae0c7

View File

@@ -6,6 +6,9 @@
#include <limits>
#include <unordered_map>
#undef max
#undef min
namespace prof {
using Duration = std::chrono::duration<double, std::milli>;