X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;fp=src%2Fpawns.cpp;h=9a0610a0f53f08dcaf8a460cea629f5a7ed05300;hp=cd4d4e45212568ec7e8cefeffd6a4a420dbefc06;hb=7ffae17f85709e49672a0e98e136b66aea067b2c;hpb=9b1274aba3cad440b925283fe7407954743ade78 diff --git a/src/pawns.cpp b/src/pawns.cpp index cd4d4e45..9a0610a0 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -24,6 +24,8 @@ #include "position.h" #include "thread.h" +namespace Stockfish { + namespace { #define V Value @@ -298,3 +300,5 @@ template Score Entry::do_king_safety(const Position& pos); template Score Entry::do_king_safety(const Position& pos); } // namespace Pawns + +} // namespace Stockfish