X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=4fc0953eac6ec7145ba8ade4e16b228db6d70e0f;hp=3b98ac631985200d835796e9512751a17fdda641;hb=79232be02a03a5e2225b30f843e9597fd85951dc;hpb=eb50793cffd8ac059450a76760e2c3f8ae9cc931 diff --git a/src/thread.cpp b/src/thread.cpp index 3b98ac63..4fc0953e 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -23,7 +23,7 @@ #include "movegen.h" #include "search.h" #include "thread.h" -#include "ucioption.h" +#include "uci.h" using namespace Search; @@ -255,7 +255,7 @@ Thread* ThreadPool::available_slave(const Thread* master) const { // leave their idle loops and call search(). When all threads have returned from // search() then split() returns. -void Thread::split(Position& pos, const Stack* ss, Value alpha, Value beta, Value* bestValue, +void Thread::split(Position& pos, Stack* ss, Value alpha, Value beta, Value* bestValue, Move* bestMove, Depth depth, int moveCount, MovePicker* movePicker, int nodeType, bool cutNode) {