1
0
Fork 0

Fix compile error with MSVC 2013

Without this std::min chokes with windows 'min' macro.

No functional change.
pull/268/head
Marco Costalba 2015-01-18 15:14:05 +01:00
parent fe4fda474f
commit 712bbb052e
1 changed files with 2 additions and 0 deletions

View File

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