X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=bd20361daff658cd31a9e955fe585d3473a1c7e4;hp=3b98ac631985200d835796e9512751a17fdda641;hb=2fd075d1ea62e0d68c7044ec8d199067c901adaa;hpb=eb50793cffd8ac059450a76760e2c3f8ae9cc931 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;