mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Fix compile error with MSVC 2013
Without this std::min chokes with windows 'min' macro. No functional change.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user