mirror of https://github.com/AxioDL/boo.git
Windows fix
This commit is contained in:
parent
03de8811b1
commit
135f504899
|
@ -4,6 +4,9 @@
|
|||
#include <string.h>
|
||||
#include <algorithm>
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
||||
namespace boo
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue