1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33: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:
Marco Costalba 2015-01-18 15:14:05 +01:00
parent fe4fda474f
commit 712bbb052e

View file

@ -7,6 +7,8 @@
this code to other chess engines.
*/
#define NOMINMAX
#include <algorithm>
#include "../position.h"