Fixed build errors.

This commit is contained in:
nodchip
2020-08-07 22:47:45 +09:00
parent 1c23465383
commit bf7d02578e
21 changed files with 31 additions and 31 deletions

View File

@@ -2,8 +2,8 @@
#if defined(ENABLE_TEST_CMD) && defined(EVAL_NNUE)
#include "../../thread.h"
#include "../../uci.h"
#include "../thread.h"
#include "../uci.h"
#include "evaluate_nnue.h"
#include "nnue_test_command.h"