X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=bd20361daff658cd31a9e955fe585d3473a1c7e4;hp=3b98ac631985200d835796e9512751a17fdda641;hb=5cbcff55cc3a2ff78dd83e7a3f94c5414946f82c;hpb=428962a2e8c754311119fa4f66c7c248d63cb2c8 diff --git a/src/thread.cpp b/src/thread.cpp index 3b98ac63..bd20361d 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;