X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;fp=src%2Fbitboard.cpp;h=bed2b3ee309525f6ff761f6a1567e182ee69ed4b;hp=fd5c3c22536c62d03095f4f87fbf23c4780b7139;hb=3c0e86a91e48baea273306e45fb6cf13a59373cf;hpb=8cd5cbf6939d76b33a744f1379a6f84a4ac3a6cb diff --git a/src/bitboard.cpp b/src/bitboard.cpp index fd5c3c22..bed2b3ee 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -16,10 +16,12 @@ along with this program. If not, see . */ +#include "bitboard.h" + #include #include +#include -#include "bitboard.h" #include "misc.h" namespace Stockfish {