X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=d34fb974bfb2fae2b6f441567ec9ed585c4f02d9;hp=9fbe63502ccd47960698d40d5d7e39b21e4e8eac;hb=c014444f09ace05e908909d9c5c60127e998b538;hpb=91de6b0f37516462658f6e38db430813aa9e7ed8 diff --git a/src/main.cpp b/src/main.cpp index 9fbe6350..d34fb974 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,8 @@ #include "search.h" #include "thread.h" #include "tt.h" -#include "ucioption.h" +#include "uci.h" +#include "syzygy/tbprobe.h" int main(int argc, char* argv[]) { @@ -39,6 +40,7 @@ int main(int argc, char* argv[]) { Eval::init(); Pawns::init(); Threads.init(); + Tablebases::init(Options["SyzygyPath"]); TT.resize(Options["Hash"]); UCI::loop(argc, argv);