X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovegen.cpp;h=f0733c73b660f350c326905af2691d4a545a776d;hb=3d1b067d853d6e8cc22cf18c1abb4cd9833dd38f;hp=6b28a52ecf0b911242e96f259c6414188b73b2de;hpb=4ad2713e19cbf8db1e588c4d24d1fe4af5c6e917;p=stockfish diff --git a/src/movegen.cpp b/src/movegen.cpp index 6b28a52e..f0733c73 100644 --- a/src/movegen.cpp +++ b/src/movegen.cpp @@ -16,9 +16,12 @@ along with this program. If not, see . */ +#include "movegen.h" + #include +#include -#include "movegen.h" +#include "bitboard.h" #include "position.h" namespace Stockfish {