X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=1780abe1da85d821a51312457315b6aa0697e27d;hp=3e9d92446fb5b1c7960fa9b0587b9bb612ad8526;hb=4bc11984fc5a148ee8f1b55d6ac47c4a397cc8b8;hpb=486c8175c4f48381b137e3d914d38d9bb8c39ba2 diff --git a/src/thread.h b/src/thread.h index 3e9d9244..1780abe1 100644 --- a/src/thread.h +++ b/src/thread.h @@ -69,6 +69,7 @@ public: Depth rootDepth, completedDepth; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; + CapturePieceToHistory captureHistory; ContinuationHistory contHistory; };