mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Fix compile error with MSVC 2013
Without this std::min chokes with windows 'min' macro. No functional change.
This commit is contained in:
parent
fe4fda474f
commit
712bbb052e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
this code to other chess engines.
|
this code to other chess engines.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define NOMINMAX
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "../position.h"
|
#include "../position.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue