X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=40081e8d0c24f7db6a31133f0713717c38f92066;hp=fc78b38c1cdedb630cfbae50353194b51822db80;hb=56d5504f6548b69ce6faaa271a8b55f3773db70c;hpb=95ba7f78d5e025499ec8124e37e9f3b769660e4a diff --git a/src/main.cpp b/src/main.cpp index fc78b38c..40081e8d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,6 +26,7 @@ #include "thread.h" #include "tt.h" #include "uci.h" +#include "endgame.h" #include "syzygy/tbprobe.h" namespace PSQT { @@ -41,7 +42,7 @@ int main(int argc, char* argv[]) { Bitboards::init(); Position::init(); Bitbases::init(); - Search::init(); + Endgames::init(); Threads.set(Options["Threads"]); Search::clear(); // After threads are up