X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.cpp;h=8cc0c004dac94bd27171ddefab6ce77d0baedce2;hp=c45e1c2c7258c8863623e276ed37b1cde03c646a;hb=03ad183384d484990248cb22394a93926f421520;hpb=67686b7684e8cb2f195a648b1042e671e80bc9be diff --git a/src/move.cpp b/src/move.cpp index c45e1c2c..8cc0c004 100644 --- a/src/move.cpp +++ b/src/move.cpp @@ -25,7 +25,7 @@ #include "move.h" #include "movegen.h" -#include "search.h" +#include "position.h" using std::string;