X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=6bccde4c4671425cbd1f1c279c3e1f9c6a5b2f75;hp=48da805b641cb5aca9e985238954c0873712dda2;hb=a29dd88f7563c5af871d9adc137218c39586b09c;hpb=a1076cc68aa1fe322024d15b677499f9a03b7457 diff --git a/src/thread.h b/src/thread.h index 48da805b..6bccde4c 100644 --- a/src/thread.h +++ b/src/thread.h @@ -21,6 +21,7 @@ #define THREAD_H_INCLUDED #include +#include #include "lock.h" #include "material.h" @@ -120,7 +121,7 @@ public: void wait_for_stop_or_ponderhit(); void stop_thinking(); void start_thinking(const Position& pos, const Search::LimitsType& limits, - const std::vector& searchMoves, bool asyncMode); + const std::set& searchMoves, bool asyncMode); template Value split(Position& pos, Search::Stack* ss, Value alpha, Value beta, Value bestValue,