]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Fix a warning with debug=no
[stockfish] / src / search.h
index 121ab8d12446e366bd965619cf23bdb1849e2807..d8051ec0321fc354ff1d8b0a60eda15a2f69fc8a 100644 (file)
@@ -43,6 +43,7 @@ struct Stack {
   Move excludedMove;
   Move killers[2];
   Value staticEval;
+  Value history;
   bool skipEarlyPruning;
   int moveCount;
   CounterMoveStats* counterMoves;