From d7e75ae0c7a6b7a9eb775ab8996b50320a6eeda2 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:18:30 +0100 Subject: [PATCH] Fix windows build --- include/Profiling.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/Profiling.h b/include/Profiling.h index c0b23c89..7117983a 100644 --- a/include/Profiling.h +++ b/include/Profiling.h @@ -6,6 +6,9 @@ #include #include +#undef max +#undef min + namespace prof { using Duration = std::chrono::duration;