X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbitboard.cpp;h=4771e677349af9d5d79d1f11057cbf7e5ffab245;hb=91cc82aa2566e6b6fa60cf82298250d6e4e2dd46;hp=edadb8e3cf057c2e54e8e29f1a838a5637141a66;hpb=19b8249ff47ed2109182b2eacfc03ddb3d0a7059;p=stockfish diff --git a/src/bitboard.cpp b/src/bitboard.cpp index edadb8e3..4771e677 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -18,7 +18,7 @@ */ #include -#include // For memset +#include // For std::memset #include "bitboard.h" #include "bitcount.h"