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"