X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovegen.cpp;h=995f54f06c97b1f352b4cbb2ecfa8f2831070b9d;hp=3845cd978cab815b5d9e83eb27de9ba536d58437;hb=bafb9f1a25204d06960a44f0637736edce233629;hpb=bdb1bfecfb5665329a7d66f4c366a9736bab6c0b diff --git a/src/movegen.cpp b/src/movegen.cpp index 3845cd97..995f54f0 100644 --- a/src/movegen.cpp +++ b/src/movegen.cpp @@ -24,6 +24,7 @@ #include +#include "bitcount.h" #include "movegen.h" // Simple macro to wrap a very common while loop, no facny, no flexibility,