Skip to content

Commit 391b6f3

Browse files
authored
Update movepick.cpp
1 parent 5d8846f commit 391b6f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

movepick.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <position.h>
44
#include <algorithm>
55
using namespace chess;
6+
using engine::eval::piece_value;
67
namespace engine::movepick {
78
Value historyHeuristic[SQUARE_NB][SQUARE_NB]{};
89
Move killerMoves[64][2];

0 commit comments

Comments
 (0)