]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Add Stockfish namespace.
[stockfish] / src / pawns.cpp
index cd4d4e45212568ec7e8cefeffd6a4a420dbefc06..9a0610a0f53f08dcaf8a460cea629f5a7ed05300 100644 (file)
@@ -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<WHITE>(const Position& pos);
 template Score Entry::do_king_safety<BLACK>(const Position& pos);
 
 } // namespace Pawns
+
+} // namespace Stockfish