X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovegen.cpp;h=90d0135a4d0dbe246aa38daa54b94d28820d5ad4;hp=36ff3d81627bf88b74cf2958acb8996b9759b587;hb=ad1f28bc1c1c5426fb8ab246f5d43ad57002b4d5;hpb=67686b7684e8cb2f195a648b1042e671e80bc9be diff --git a/src/movegen.cpp b/src/movegen.cpp index 36ff3d81..90d0135a 100644 --- a/src/movegen.cpp +++ b/src/movegen.cpp @@ -21,6 +21,7 @@ #include "bitcount.h" #include "movegen.h" +#include "position.h" // Simple macro to wrap a very common while loop, no facny, no flexibility, // hardcoded list name 'mlist' and from square 'from'.