Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
WiserTixx committed Jan 11, 2025
1 parent 1d90f53 commit d7e75ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/Profiling.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#include <limits>
#include <unordered_map>

#undef max
#undef min

namespace prof {

using Duration = std::chrono::duration<double, std::milli>;
Expand Down

0 comments on commit d7e75ae

Please sign in to comment.