Skip to content

Commit

Permalink
attempt to get windows to work with std::max
Browse files Browse the repository at this point in the history
  • Loading branch information
nshaheed committed Jan 16, 2025
1 parent b3ed0af commit b15c913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/exec.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#define NOMINMAX // to get std::min/std::max working on windows
#include <cctype>
#include <chrono>
#include <filesystem>
Expand Down

0 comments on commit b15c913

Please sign in to comment.