X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=6a1755b662891b26051dad911b1c42bcf2c7de86;hp=9814268327afdd9c269d728077d1f82770035c87;hb=d9caede3249698440b7579e31d92aaa9984a128b;hpb=da2f8880b96004505e27b0b87f5df5bfe67a72a9 diff --git a/src/bitboard.h b/src/bitboard.h index 98142683..6a1755b6 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -21,6 +21,8 @@ #ifndef BITBOARD_H_INCLUDED #define BITBOARD_H_INCLUDED +#include + #include "types.h" namespace Bitboards {