X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fposition.cpp;h=c193f26691660eebc00214fc9564b108b0eab3f0;hb=057d710fc2f23b63b574122f2609e03f58d2e494;hp=779c2640b3be24b261f77af64ae2dff30f4839cf;hpb=01f2466f6eba4d4b28f0cd6ac7c2fd38d95b9401;p=stockfish diff --git a/src/position.cpp b/src/position.cpp index 779c2640..c193f266 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -20,7 +20,8 @@ #include #include -#include // For std::memset, std::memcmp +#include // For offsetof() +#include // For std::memset, std::memcmp #include #include @@ -34,6 +35,10 @@ using std::string; +namespace PSQT { + extern Score psq[PIECE_NB][SQUARE_NB]; +} + namespace Zobrist { Key psq[PIECE_NB][SQUARE_NB];