X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=c1073ad596831fafbb2750c8402b7b07d6515cc7;hp=6593d5ad25a6fe71f14b9b2c57f0c6071285f42e;hb=b4acf83704c9bab4d78d9ec76ecbdfbfa0b0c88c;hpb=b08ba446f655ba6292cb0b5a1012e790e4ad8d7d diff --git a/src/uci.cpp b/src/uci.cpp index 6593d5ad..c1073ad5 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -23,6 +23,7 @@ //// #include +#include #include #include #include @@ -32,7 +33,6 @@ #include "move.h" #include "movegen.h" #include "position.h" -#include "san.h" #include "search.h" #include "ucioption.h"