X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;h=a73c5a2dc7ad970d6c8f16275ead918d2af46ac1;hp=474e321c09fff8184330be1f27c79dae7c904d6f;hb=b1e79fed99d52dcb20d2d6a9c62522226e957963;hpb=9c428afb6dd0dcba2aa4e2a367a6b35c6f335be0 diff --git a/src/bitboard.cpp b/src/bitboard.cpp index 474e321c..a73c5a2d 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -35,6 +35,7 @@ #include #include "bitboard.h" +#include "bitcount.h" #include "direction.h" @@ -339,7 +340,7 @@ Square pop_1st_bit(Bitboard *b) { #endif -#else +#else // defined(USE_FOLDED_BITSCAN) static const int BitTable[64] = { 0, 1, 2, 7, 3, 13, 8, 19, 4, 25, 14, 28, 9, 34, 20, 40, 5, 17, 26, 38, 15,