X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=8d0adcf0340460373073516fac7f5d0f37196ecd;hb=b25d68f6ee2d016cc0c14b076e79e6c44fdaea2a;hp=aa9db2f3633f498b62eee58771fd9e43a9d0cd2a;hpb=af110e02ec96cdb46cf84c68252a1da15a902395;p=stockfish diff --git a/src/thread.h b/src/thread.h index aa9db2f3..8d0adcf0 100644 --- a/src/thread.h +++ b/src/thread.h @@ -21,14 +21,16 @@ #include #include +#include +#include #include -#include #include #include "movepick.h" #include "position.h" #include "search.h" #include "thread_win32_osx.h" +#include "types.h" namespace Stockfish { @@ -65,6 +67,7 @@ public: Search::RootMoves rootMoves; Depth rootDepth, completedDepth; Value rootDelta; + Value rootSimpleEval; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory;