Fixed compile errors when EVAL_LEARN or EVAL_NNUE are defined.

This commit is contained in:
Hisayori Noda
2019-06-18 20:28:50 +09:00
parent bcd6985871
commit f58d616198
8 changed files with 34 additions and 13 deletions

View File

@@ -1,4 +1,6 @@
#include "evaluate_mir_inv_tools.h"
#if defined(EVAL_NNUE) || defined(EVAL_LEARN)
#include "evaluate_mir_inv_tools.h"
namespace Eval
{
@@ -184,3 +186,5 @@ namespace Eval
}
}
#endif // defined(EVAL_NNUE) || defined(EVAL_LEARN)