X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=6eeda66dff805e7672bc83eef5c342799398ed72;hp=148bf248f5337aec842666bdeb42df8d163837b1;hb=86ee4eb84d54dac3f9de5b455ba41909c7722173;hpb=09bef14c76e119103cc1a9404cbde7e249205deb diff --git a/src/main.cpp b/src/main.cpp index 148bf248..6eeda66d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,12 +21,12 @@ #include #include "bitboard.h" +#include "endgame.h" #include "position.h" #include "search.h" #include "thread.h" #include "tt.h" #include "uci.h" -#include "endgame.h" #include "syzygy/tbprobe.h" namespace PSQT { @@ -38,6 +38,7 @@ int main(int argc, char* argv[]) { std::cout << engine_info() << std::endl; UCI::init(Options); + Tune::init(); PSQT::init(); Bitboards::init(); Position::init();