mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +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.
|
||||
*/
|
||||
|
||||
#define NOMINMAX
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "../position.h"
|
||||
|
||||
Reference in New Issue
Block a user