Skip to content

Commit

Permalink
get windows to accept std::min
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 25, 2024
1 parent 599ee8f commit 0bde74b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GUI.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifndef LINUX_BUILD
# define NOMINMAX
#endif

#include <assert.h>
#include <algorithm>
#include <vector>
Expand Down

0 comments on commit 0bde74b

Please sign in to comment.