Skip to content

Commit

Permalink
Fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jul 29, 2023
1 parent 52cdde3 commit a68c220
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <utility>
#if defined(_WIN32)
#include <Windows.h>
#undef max
#endif

using namespace xtd::threading;
Expand Down

0 comments on commit a68c220

Please sign in to comment.