mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 12:06:22 +08:00
Fixed compile errors when EVAL_LEARN or EVAL_NNUE are defined.
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "learn.h"
|
||||
#if defined (EVAL_LEARN)
|
||||
#include <array>
|
||||
|
||||
#include "../eval/evaluate_mir_inv_tools.h"
|
||||
|
||||
#if defined(SGD_UPDATE) || defined(USE_KPPP_MIRROR_WRITE)
|
||||
|
||||
Reference in New Issue
Block a user